diff options
author | monsta <[email protected]> | 2016-12-02 00:42:56 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-02 00:42:56 +0300 |
commit | 1aa83d45ebf9599c6d4d3f47211c3961282e98f0 (patch) | |
tree | 01a48d9c959f6dbfddce17745b96494bb39ecc0f /capplets | |
parent | 59ccbafda096126256292517736631238f5a7bd0 (diff) | |
download | mate-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')
-rw-r--r-- | capplets/display/xrandr-capplet.c | 4 |
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; |