diff options
Diffstat (limited to 'examples/application1/exampleappwin.c')
-rw-r--r-- | examples/application1/exampleappwin.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/application1/exampleappwin.c b/examples/application1/exampleappwin.c index a4e9733e34..24dd05dd9f 100644 --- a/examples/application1/exampleappwin.c +++ b/examples/application1/exampleappwin.c @@ -8,11 +8,6 @@ struct _ExampleAppWindow GtkApplicationWindow parent; }; -struct _ExampleAppWindowClass -{ - GtkApplicationWindowClass parent_class; -}; - G_DEFINE_TYPE(ExampleAppWindow, example_app_window, GTK_TYPE_APPLICATION_WINDOW); static void |