aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtgui.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/qtgui.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/qtgui.cpp')
-rw-r--r--sources/pyside6/PySide6/glue/qtgui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sources/pyside6/PySide6/glue/qtgui.cpp b/sources/pyside6/PySide6/glue/qtgui.cpp
index 8dd59e068..914c5d904 100644
--- a/sources/pyside6/PySide6/glue/qtgui.cpp
+++ b/sources/pyside6/PySide6/glue/qtgui.cpp
@@ -471,11 +471,6 @@ PyTuple_SET_ITEM(%PYARG_0, 1, %CONVERTTOPYTHON[%ARG1_TYPE](%1));
%CPPSELF.%FUNCTION_NAME(%1.data(), %1.size(), %2);
// @snippet qpainter-drawpolygon
-// @snippet qmatrix-map-point
-QPoint p(%CPPSELF.%FUNCTION_NAME(%1));
-%PYARG_0 = %CONVERTTOPYTHON[QPoint](p);
-// @snippet qmatrix-map-point
-
// @snippet qmatrix4x4
// PYSIDE-795: All PySequences can be made iterable with PySequence_Fast.
Shiboken::AutoDecRef seq(PySequence_Fast(%PYARG_1, "Can't turn into sequence"));