diff options
Diffstat (limited to 'examples/application8/exampleappwin.c')
-rw-r--r-- | examples/application8/exampleappwin.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/application8/exampleappwin.c b/examples/application8/exampleappwin.c index f85051968f..3570d452d7 100644 --- a/examples/application8/exampleappwin.c +++ b/examples/application8/exampleappwin.c @@ -8,11 +8,6 @@ struct _ExampleAppWindow GtkApplicationWindow parent; }; -struct _ExampleAppWindowClass -{ - GtkApplicationWindowClass parent_class; -}; - typedef struct _ExampleAppWindowPrivate ExampleAppWindowPrivate; struct _ExampleAppWindowPrivate |