aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-09-23 23:05:38 -0500
committerCody Russell <crussell@canonical.com>2009-09-23 23:05:38 -0500
commitfec2a3548f53572ed24ee675c5f16e65dd35a299 (patch)
tree90c382ca3a4c33eb9e37c2d0d3bca9fa5445ee5c
parentafc84307f4de2b54bd680c9fe77afcc7f4fd9c58 (diff)
downloadayatana-indicator-session-fec2a3548f53572ed24ee675c5f16e65dd35a299.tar.gz
ayatana-indicator-session-fec2a3548f53572ed24ee675c5f16e65dd35a299.tar.bz2
ayatana-indicator-session-fec2a3548f53572ed24ee675c5f16e65dd35a299.zip
don't need to dbus_g_object_type_install_info()
-rw-r--r--src/users-service-dbus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users-service-dbus.c b/src/users-service-dbus.c
index bcd5a03..261c4c7 100644
--- a/src/users-service-dbus.c
+++ b/src/users-service-dbus.c
@@ -171,8 +171,6 @@ users_service_dbus_class_init (UsersServiceDbusClass *klass)
NULL, NULL,
_users_service_marshal_VOID__INT64,
G_TYPE_NONE, 1, G_TYPE_INT64);
-
- dbus_g_object_type_install_info (USERS_SERVICE_DBUS_TYPE, &dbus_glib__users_service_server_object_info);
}
static void