From 589bebb75b236729cdce2e139f4aa2da2317c495 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 6 Dec 2010 11:21:26 -0600 Subject: Dropping the registration of the type of the object in the dbus-glib way --- src/app-indicator.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/app-indicator.c b/src/app-indicator.c index 6403a9b..76b5dd1 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -585,10 +585,6 @@ app_indicator_class_init (AppIndicatorClass *klass) } } - /* Initialize the object as a DBus type */ - dbus_g_object_type_install_info(APP_INDICATOR_TYPE, - &dbus_glib__notification_item_server_object_info); - return; } -- cgit v1.2.3