diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-10 19:45:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-08-13 13:29:12 +0200 |
commit | 9daebe3d4cfb78b267765f331dcc8c5e073a1082 (patch) | |
tree | 6af2e3bdbc22c2b4522a22bec92df2e21653645f /x11-misc | |
parent | x11-misc/fireflies: remove unused patches (diff) | |
download | gentoo-9daebe3d4cfb78b267765f331dcc8c5e073a1082.tar.gz gentoo-9daebe3d4cfb78b267765f331dcc8c5e073a1082.tar.bz2 gentoo-9daebe3d4cfb78b267765f331dcc8c5e073a1082.zip |
x11-misc/xfe: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5383
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfe/files/xfe-1.41-sn.patch | 17 |
1 files changed, 0 insertions, 17 deletions
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 - { |