diff options
author | monsta <[email protected]> | 2016-08-01 18:15:32 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-01 18:15:32 +0300 |
commit | 2ea7db660d4dddd1a3d63fcee01b5bd0c07f34cf (patch) | |
tree | 30aa77085d690bd2a956bc8df8aa0f0c490b9700 /applets/brightness | |
parent | 8ec2284b64925076157c239f2478e00613d98d8a (diff) | |
download | mate-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/brightness')
-rw-r--r-- | applets/brightness/brightness-applet.c | 3 |
1 files changed, 0 insertions, 3 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 <config.h> #endif -/* FIXME: gdk_gc_* needs porting to cairo */ -#undef GDK_DISABLE_DEPRECATED - #include <stdio.h> #include <stdlib.h> #include <string.h> |