diff options
Diffstat (limited to 'x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-global.h')
-rw-r--r-- | x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-global.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-global.h b/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-global.h deleted file mode 100644 index 71ab36ef6302..000000000000 --- a/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-global.h +++ /dev/null @@ -1,16 +0,0 @@ -Make verbose logging conditional (Bug #11698) - ---- xfce4-session/xfsm-global.h.orig 2014-09-28 14:51:01 UTC -+++ xfce4-session/xfsm-global.h -@@ -49,7 +49,10 @@ extern XfsmSplashScreen *splash_screen; - #if defined(G_HAVE_ISO_VARARGS) - - #define xfsm_verbose(...)\ -- xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__) -+G_STMT_START{ \ -+ if (G_UNLIKELY (verbose)) \ -+ xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__); \ -+}G_STMT_END - - #else - |