From 2bdab9aa1518bf056547d50841ceaa926d634a3e Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Tue, 10 May 2011 14:03:04 -0400 Subject: Removed the interface from example, no longer needed, so removing it here too. --- src/example-service.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/example-service.c') diff --git a/src/example-service.c b/src/example-service.c index 8f87c74..1b197af 100644 --- a/src/example-service.c +++ b/src/example-service.c @@ -33,7 +33,6 @@ with this program. If not, see . #include #include -#include "example-interface.h" #include "dbus-shared.h" #include "settings-shared.h" @@ -41,7 +40,6 @@ static IndicatorService *service = NULL; static GMainLoop *mainloop = NULL; static DbusmenuServer *server = NULL; static DbusmenuMenuitem *root = NULL; -static ExampleInterface *dbus = NULL; /* Global Items */ static DbusmenuMenuitem *item_1 = NULL; @@ -116,9 +114,6 @@ main(int argc, char **argv) build_menus(root); - /* Setup dbus interface */ - dbus = g_object_new(EXAMPLE_INTERFACE_TYPE, NULL); - mainloop = g_main_loop_new(NULL, FALSE); g_main_loop_run(mainloop); -- cgit v1.2.3