diff options
Diffstat (limited to 'media-libs/amanith/files/amanith-0.3-gcc4.patch')
-rw-r--r-- | media-libs/amanith/files/amanith-0.3-gcc4.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-libs/amanith/files/amanith-0.3-gcc4.patch b/media-libs/amanith/files/amanith-0.3-gcc4.patch deleted file mode 100644 index d1294bd1320d..000000000000 --- a/media-libs/amanith/files/amanith-0.3-gcc4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- amanith/examples/opengl/vectorizer/drawer.h -+++ amanith/examples/opengl/vectorizer/drawer.h -@@ -71,7 +71,7 @@ - #endif - // destructor - ~QGLWidgetTest(); -- void QGLWidgetTest::timerEvent(QTimerEvent *e); -+ void timerEvent(QTimerEvent *e);
- }; - - |