forked from AuroraMiddleware/gtk
Remove an unused struct
Positive side-effect: visual c no longer has an empty struct to complain about.
This commit is contained in:
parent
d638ff3afa
commit
979a7e8afa
@ -23,12 +23,6 @@
|
||||
|
||||
#include "gtkintl.h"
|
||||
|
||||
typedef struct _GtkInspectorOverlayPrivate GtkInspectorOverlayPrivate;
|
||||
|
||||
struct _GtkInspectorOverlayPrivate
|
||||
{
|
||||
};
|
||||
|
||||
G_DEFINE_ABSTRACT_TYPE (GtkInspectorOverlay, gtk_inspector_overlay, G_TYPE_OBJECT)
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user