summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-05-27 17:44:12 +0200
committerTimm Bäder <mail@baedert.org>2018-05-27 17:51:51 +0200
commitc8decbaad0da55877f46db33865d499f25681abc (patch)
tree14e2fe2c6276f97cfa80ffad5f381879756baed7
parent719b2b0525aadc607f5b250b5b81e08480662bcb (diff)
downloadgtk+-c8decbaad0da55877f46db33865d499f25681abc.tar.gz
gdkscreen-x11: Remove redundant typedef
Causes warnings with clang.
-rw-r--r--gdk/x11/gdkscreen-x11.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/x11/gdkscreen-x11.h b/gdk/x11/gdkscreen-x11.h
index af39131adb..aa5e063447 100644
--- a/gdk/x11/gdkscreen-x11.h
+++ b/gdk/x11/gdkscreen-x11.h
@@ -29,8 +29,6 @@
G_BEGIN_DECLS
-typedef struct _GdkX11Monitor GdkX11Monitor;
-
struct _GdkX11Screen
{
GObject parent_instance;