From b4506b87a98db08df6c516839090db1c96afd9d3 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 8 May 2011 16:28:35 -0400 Subject: Removed unnecessary function from interface, updated formatting in service. --- src/example-interface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/example-interface.h') 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 -- cgit v1.2.3