[gimp/gtk3-port: 275/460] app: remove #undef GDK_DISABLE_DEPRECATED



commit fa9d084bf547502506eb275962777d9c1b304335
Author: Jehan <jehan girinstud io>
Date:   Wed May 2 00:11:41 2018 +0200

    app: remove #undef GDK_DISABLE_DEPRECATED
    
    This was only needed for the insensitive menu item hack which has now be
    removed to support CSS themes.

 app/gui/themes.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/gui/themes.c b/app/gui/themes.c
index 18cd167..bd35d60 100644
--- a/app/gui/themes.c
+++ b/app/gui/themes.c
@@ -20,9 +20,6 @@
 #include <stdlib.h>
 
 #include <gegl.h>
-#ifdef GDK_DISABLE_DEPRECATED
-#undef GDK_DISABLE_DEPRECATED
-#endif
 #include <gtk/gtk.h>
 
 #include "libgimpbase/gimpbase.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]