aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtxml.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-03-02 14:12:29 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-03-10 11:19:07 +0100
commit8fc596368a67cd67f03e07a4ea8d7ac625ecebdb (patch)
tree3c187172e5523f485fc0a4ca8ec5cfdabb3110a9 /sources/pyside6/PySide6/glue/qtxml.cpp
parentf7901b0b29e831a3799bd7fc39dbdf5e67271ae8 (diff)
PySide6: Remove unused glue code
Change-Id: I3f5adb202722aecbd34766e782c218720926b73d Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
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;