summaryrefslogtreecommitdiff
path: root/capplets/display
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-02 00:42:56 +0300
committermonsta <[email protected]>2016-12-02 00:42:56 +0300
commit1aa83d45ebf9599c6d4d3f47211c3961282e98f0 (patch)
tree01a48d9c959f6dbfddce17745b96494bb39ecc0f /capplets/display
parent59ccbafda096126256292517736631238f5a7bd0 (diff)
downloadmate-control-center-1aa83d45ebf9599c6d4d3f47211c3961282e98f0.tar.bz2
mate-control-center-1aa83d45ebf9599c6d4d3f47211c3961282e98f0.tar.xz
display: remove excessive #define
GdkRegion is already used only in GTK+2 code block
Diffstat (limited to 'capplets/display')
-rw-r--r--capplets/display/xrandr-capplet.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c
index e1abec6b..96b1900e 100644
--- a/capplets/display/xrandr-capplet.c
+++ b/capplets/display/xrandr-capplet.c
@@ -38,10 +38,6 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-bindings.h>
-#if GTK_CHECK_VERSION (3, 0, 0)
-#define GdkRegion cairo_region_t
-#endif
-
typedef struct App App;
typedef struct GrabInfo GrabInfo;