x11-misc/xfe: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Thu, 10 Aug 2017 17:45:56 +0000 (19:45 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 13 Aug 2017 11:29:12 +0000 (13:29 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5383

x11-misc/xfe/files/xfe-1.41-sn.patch [deleted file]

diff --git a/x11-misc/xfe/files/xfe-1.41-sn.patch b/x11-misc/xfe/files/xfe-1.41-sn.patch
deleted file mode 100644 (file)
index d770b07..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/src/Properties.cpp
-+++ b/src/Properties.cpp
-@@ -1169,11 +1169,13 @@
-       FXbool confirm = false;
-       
-+#ifdef STARTUP_NOTIFICATION
-       if (executable && snbutton->getCheck() != sndisable_prev)
-       {
-               confirm = true;
-       }
--      
-+#endif
-+
-     FXbool cond;
-     if (edit) // Condition is not the same if edit exist or not
-     {