diff options
Diffstat (limited to 'examples/application4/exampleapp.c')
-rw-r--r-- | examples/application4/exampleapp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/application4/exampleapp.c b/examples/application4/exampleapp.c index e83f139c26..0f01fb388a 100644 --- a/examples/application4/exampleapp.c +++ b/examples/application4/exampleapp.c @@ -8,11 +8,6 @@ struct _ExampleApp GtkApplication parent; }; -struct _ExampleAppClass -{ - GtkApplicationClass parent_class; -}; - G_DEFINE_TYPE(ExampleApp, example_app, GTK_TYPE_APPLICATION); static void |