From f4b2cf017103c70bf38ca7cbc979cbeac62a8e03 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sun, 6 Sep 2009 23:07:44 +0000 Subject: Remove unused patch. --- dev-python/PyQt/files/python_2.5_build_fix.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dev-python/PyQt/files/python_2.5_build_fix.patch (limited to 'dev-python/PyQt/files') diff --git a/dev-python/PyQt/files/python_2.5_build_fix.patch b/dev-python/PyQt/files/python_2.5_build_fix.patch deleted file mode 100644 index f52f56510e1a..000000000000 --- a/dev-python/PyQt/files/python_2.5_build_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- PyQt-x11-gpl-3.18/sip/qt/qobject.sip 2009-06-05 11:58:25.000000000 +0300 -+++ PyQt-x11-gpl-3.18.1-snapshot-20090610/sip/qt/qobject.sip 2009-06-11 05:30:14.000000000 +0300 -@@ -1649,7 +1649,7 @@ - // universal slot a child of the transmitter. This doesn't work as - // expected because QWidget destroys its children before emitting the - // destroyed signal.) -- if (tx && PyObject_TypeCheck(tx, (PyTypeObject *)sipClass_QObject)) -+ if (tx && PyObject_TypeCheck((PyObject *)tx, (PyTypeObject *)sipClass_QObject)) - qtx = reinterpret_cast(conn.sc_transmitter); - - return new UniversalSlot(qtx, &conn, member); -- cgit v1.2.3-65-gdbad