From: Michael Mair-Keimberger (asterix) Date: Wed, 4 Jan 2017 16:40:51 +0000 (+0100) Subject: media-libs/SoQt: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d7891047be05ca21034bd42283436e0f7d0c317;p=gentoo.git media-libs/SoQt: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3324 --- diff --git a/media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch b/media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch deleted file mode 100644 index f8777b037c54..000000000000 --- a/media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ru soqt-1.4.1~/src/Inventor/Qt/SoQtComponent.cpp soqt-1.4.1/src/Inventor/Qt/SoQtComponent.cpp ---- soqt-1.4.1~/src/Inventor/Qt/SoQtComponent.cpp 2009-02-25 07:55:02.000000000 -0800 -+++ soqt-1.4.1/src/Inventor/Qt/SoQtComponent.cpp 2009-02-25 07:56:36.000000000 -0800 -@@ -100,10 +100,17 @@ - this->parent->removeEventFilter(this); - } - -+#if COIN_MAJOR_VERSION >= 3 -+static void delete_dict_value(SbDict::Key key, void * value) -+{ -+ delete (QCursor *)value; -+} -+#else // COIN_MAJOR_VERSION >= 3 - static void delete_dict_value(unsigned long key, void * value) - { - delete (QCursor *)value; - } -+#endif // COIN_MAJOR_VERSION < 3 - - void - SoQtComponentP::atexit_cleanup() -