Remove an unused struct
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 May 2018 15:56:21 +0000 (11:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 May 2018 15:57:49 +0000 (11:57 -0400)
Positive side-effect: visual c no longer has an empty struct
to complain about.

gtk/inspector/inspectoroverlay.c

index a95c9bc8146934e827ea818af05eefaea28f9443..303c61f7d8aa22895c9fdf0a15e442b74c17bd6b 100644 (file)
 
 #include "gtkintl.h"
 
-typedef struct _GtkInspectorOverlayPrivate GtkInspectorOverlayPrivate;
-
-struct _GtkInspectorOverlayPrivate
-{
-};
-
 G_DEFINE_ABSTRACT_TYPE (GtkInspectorOverlay, gtk_inspector_overlay, G_TYPE_OBJECT)
 
 static void