From: Michael Mair-Keimberger (asterix) Date: Thu, 10 Aug 2017 17:45:56 +0000 (+0200) Subject: x11-misc/xfe: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9daebe3d4cfb78b267765f331dcc8c5e073a1082;p=gentoo.git x11-misc/xfe: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/5383 --- 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 index d770b074652d..000000000000 --- a/x11-misc/xfe/files/xfe-1.41-sn.patch +++ /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 - {