aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtxml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/glue/qtxml.cpp')
-rw-r--r--sources/pyside6/PySide6/glue/qtxml.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/sources/pyside6/PySide6/glue/qtxml.cpp b/sources/pyside6/PySide6/glue/qtxml.cpp
index 684ff33c4..264bf4074 100644
--- a/sources/pyside6/PySide6/glue/qtxml.cpp
+++ b/sources/pyside6/PySide6/glue/qtxml.cpp
@@ -37,16 +37,6 @@
**
****************************************************************************/
-// @snippet qxmlentityresolver-resolveentity
-QXmlInputSource *_qxmlinputsource_arg_ = nullptr;
-%BEGIN_ALLOW_THREADS
-%RETURN_TYPE %0 = %CPPSELF.%FUNCTION_NAME(%1, %2, _qxmlinputsource_arg_);
-%END_ALLOW_THREADS
-%PYARG_0 = PyTuple_New(2);
-PyTuple_SET_ITEM(%PYARG_0, 0, %CONVERTTOPYTHON[%RETURN_TYPE](%0));
-PyTuple_SET_ITEM(%PYARG_0, 1, %CONVERTTOPYTHON[QXmlInputSource *](_qxmlinputsource_arg_));
-// @snippet qxmlentityresolver-resolveentity
-
// @snippet qdomdocument-setcontent
QString _errorMsg_;
int _errorLine_ = 0;