From 2ea7db660d4dddd1a3d63fcee01b5bd0c07f34cf Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 1 Aug 2016 18:15:32 +0300 Subject: applets: remove unneeded #undef that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option --- applets/brightness/brightness-applet.c | 3 --- applets/inhibit/inhibit-applet.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index 7879969..0972382 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -25,9 +25,6 @@ # include #endif -/* FIXME: gdk_gc_* needs porting to cairo */ -#undef GDK_DISABLE_DEPRECATED - #include #include #include diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 6c87b16..00698c1 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -25,9 +25,6 @@ # include #endif -/* FIXME: gdk_gc_* needs porting to cairo */ -#undef GDK_DISABLE_DEPRECATED - #include #include #include -- cgit v1.2.1