From e18d298c9366e46a66948cd06165aadf01824da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 27 Jan 2011 12:40:33 +0100 Subject: app-indicator: remove old debug code. --- src/app-indicator.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/app-indicator.c b/src/app-indicator.c index 8f8661b..4bef6de 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1145,11 +1145,6 @@ bus_watcher_ready (GObject * obj, GAsyncResult * res, gpointer user_data) /* Setting up a signal to watch when the unique name changes */ g_signal_connect(G_OBJECT(app->priv->watcher_proxy), "notify::g-name-owner", G_CALLBACK(watcher_owner_changed), user_data); - - char * name = g_dbus_proxy_get_name_owner(app->priv->watcher_proxy); - if (name != NULL) { - g_free(name); - } } /* Let's insure that someone is on the other side, else we're -- cgit v1.2.3