media-gfx/kuickshow: Drop obsolete patch
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 13 Jan 2018 17:28:56 +0000 (18:28 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 13 Jan 2018 17:41:00 +0000 (18:41 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch [deleted file]

diff --git a/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch b/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch
deleted file mode 100644 (file)
index 82bf2ea..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Fixed wrong type of 2nd parameter which wouldn't compile with GCC 6.
-
-https://bugs.gentoo.org/614304
-
---- a/src/kuickshow.cpp
-+++ b/src/kuickshow.cpp
-@@ -661,7 +661,7 @@ void KuickShow::performDeleteCurrentImage(QWidget *parent)
-     }
-     tryShowNextImage();
--    fileWidget->del(list, false, false);
-+    fileWidget->del(list, 0L, false);
- }
- void KuickShow::performTrashCurrentImage(QWidget *parent)