From c8decbaad0da55877f46db33865d499f25681abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 27 May 2018 17:44:12 +0200 Subject: [PATCH] gdkscreen-x11: Remove redundant typedef Causes warnings with clang. --- gdk/x11/gdkscreen-x11.h | 2 -- 1 file changed, 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;