diff options
Diffstat (limited to 'src/example-interface.h')
-rw-r--r-- | src/example-interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/example-interface.h b/src/example-interface.h index 3c18c48..c3de461 100644 --- a/src/example-interface.h +++ b/src/example-interface.h @@ -40,8 +40,6 @@ typedef struct _ExampleInterfaceClass ExampleInterfaceClass; struct _ExampleInterfaceClass { GObjectClass parent_class; - - void (*update_time) (void); }; struct _ExampleInterface { @@ -50,7 +48,6 @@ struct _ExampleInterface { }; GType example_interface_get_type (void); -void example_interface_update (ExampleInterface *self); G_END_DECLS |