From 9d7891047be05ca21034bd42283436e0f7d0c317 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Wed, 4 Jan 2017 17:40:51 +0100 Subject: [PATCH] media-libs/SoQt: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3324 --- media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch | 22 -------------------- 1 file changed, 22 deletions(-) delete mode 100644 media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch 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() - -- 2.26.2