summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-04 17:40:51 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-15 10:45:19 +0100
commit9d7891047be05ca21034bd42283436e0f7d0c317 (patch)
treed45aa5aad290aedfb7a564fb5bc046163cc3c3a4 /media-libs
parentmedia-libs/vigra: remove unused patches (diff)
downloadgentoo-9d7891047be05ca21034bd42283436e0f7d0c317.tar.gz
gentoo-9d7891047be05ca21034bd42283436e0f7d0c317.tar.bz2
gentoo-9d7891047be05ca21034bd42283436e0f7d0c317.zip
media-libs/SoQt: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3324
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch22
1 files changed, 0 insertions, 22 deletions
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()
-