summaryrefslogtreecommitdiff
path: root/applets/inhibit/inhibit-applet.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-01 18:15:32 +0300
committermonsta <[email protected]>2016-08-01 18:15:32 +0300
commit2ea7db660d4dddd1a3d63fcee01b5bd0c07f34cf (patch)
tree30aa77085d690bd2a956bc8df8aa0f0c490b9700 /applets/inhibit/inhibit-applet.c
parent8ec2284b64925076157c239f2478e00613d98d8a (diff)
downloadmate-power-manager-2ea7db660d4dddd1a3d63fcee01b5bd0c07f34cf.tar.bz2
mate-power-manager-2ea7db660d4dddd1a3d63fcee01b5bd0c07f34cf.tar.xz
applets: remove unneeded #undef
that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r--applets/inhibit/inhibit-applet.c3
1 files changed, 0 insertions, 3 deletions
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 <config.h>
#endif
-/* FIXME: gdk_gc_* needs porting to cairo */
-#undef GDK_DISABLE_DEPRECATED
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>