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