From 1aa83d45ebf9599c6d4d3f47211c3961282e98f0 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 2 Dec 2016 00:42:56 +0300 Subject: display: remove excessive #define GdkRegion is already used only in GTK+2 code block --- capplets/display/xrandr-capplet.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'capplets') 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 #include -#if GTK_CHECK_VERSION (3, 0, 0) -#define GdkRegion cairo_region_t -#endif - typedef struct App App; typedef struct GrabInfo GrabInfo; -- cgit v1.2.1