media-libs/SoQt: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Wed, 4 Jan 2017 16:40:51 +0000 (17:40 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Jan 2017 09:45:19 +0000 (10:45 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3324

media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch [deleted file]

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 (file)
index f8777b0..0000000
+++ /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()
-