summaryrefslogtreecommitdiff
path: root/examples/application10/exampleappwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application10/exampleappwin.c')
-rw-r--r--examples/application10/exampleappwin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/application10/exampleappwin.c b/examples/application10/exampleappwin.c
index 7ac1649a08..294650f671 100644
--- a/examples/application10/exampleappwin.c
+++ b/examples/application10/exampleappwin.c
@@ -8,11 +8,6 @@ struct _ExampleAppWindow
GtkApplicationWindow parent;
};
-struct _ExampleAppWindowClass
-{
- GtkApplicationWindowClass parent_class;
-};
-
typedef struct _ExampleAppWindowPrivate ExampleAppWindowPrivate;
struct _ExampleAppWindowPrivate