summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2012-08-06 16:03:59 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-06 16:21:30 +0100
commitf80125d705b1c1b05f8fc04ac70980cbfa005c6f (patch)
treec2b6e9fdb0bbc81ecb1b40c4c13d27b363d53030
parent76cc715b864f284e282b0c7bc1e33fe501ea3ca9 (diff)
downloadnode-startup-controller-f80125d705b1c1b05f8fc04ac70980cbfa005c6f.tar.gz
Remove the bus_name_id member from LAHandlerService
The bus_name_id member is not longer used in this class.
-rw-r--r--node-startup-controller/la-handler-service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/node-startup-controller/la-handler-service.c b/node-startup-controller/la-handler-service.c
index 56ba84b..3797644 100644
--- a/node-startup-controller/la-handler-service.c
+++ b/node-startup-controller/la-handler-service.c
@@ -100,7 +100,6 @@ struct _LAHandlerService
const gchar *prefix;
guint index;
- guint bus_name_id;
/* connection to the NSM consumer interface */
NSMConsumer *nsm_consumer;
@@ -212,9 +211,6 @@ la_handler_service_finalize (GObject *object)
/* release the interface skeleton */
g_dbus_interface_skeleton_unexport (G_DBUS_INTERFACE_SKELETON (service->interface));
- /* release the bus name */
- g_bus_unown_name (service->bus_name_id);
-
/* release the NSM consumer service object, if there is one */
if (service->nsm_consumer != NULL)
g_object_unref (service->nsm_consumer);