[gnome-online-accounts/gnome-3-10] identity: Remove unused variables
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-10] identity: Remove unused variables
- Date: Wed, 9 Apr 2014 13:15:14 +0000 (UTC)
commit 5b0522ab96a127f679854c2ab854750bf78b3e8e
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Apr 9 14:44:46 2014 +0200
identity: Remove unused variables
Fallout from f4c3d303bf7ecc9e0cc6288d787c118365c1d34a
Fixes: https://bugzilla.gnome.org/686416
src/goaidentity/goaidentityservice.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/goaidentity/goaidentityservice.c b/src/goaidentity/goaidentityservice.c
index 93c0512..fe7f544 100644
--- a/src/goaidentity/goaidentityservice.c
+++ b/src/goaidentity/goaidentityservice.c
@@ -49,9 +49,6 @@ struct _GoaIdentityServicePrivate
GoaIdentityManager *identity_manager;
- guint realmd_watch;
- GCancellable *cancellable;
-
GHashTable *watched_client_connections;
GHashTable *key_holders;
GHashTable *pending_temporary_account_results;
@@ -1755,8 +1752,6 @@ goa_identity_service_activate (GoaIdentityService *self,
goa_debug ("GoaIdentityService: Activating identity service");
- self->priv->cancellable = g_cancellable_new ();
-
self->priv->object_manager_server =
g_dbus_object_manager_server_new ("/org/gnome/Identity");
@@ -1786,9 +1781,6 @@ goa_identity_service_deactivate (GoaIdentityService *self)
{
goa_debug ("GoaIdentityService: Deactivating identity service");
- if (self->priv->realmd_watch == 0)
- g_bus_unwatch_name (self->priv->realmd_watch);
-
if (self->priv->identity_manager != NULL)
{
g_signal_handlers_disconnect_by_func (self, on_identity_needs_renewal, self);
@@ -1800,7 +1792,6 @@ goa_identity_service_deactivate (GoaIdentityService *self)
g_clear_object (&self->priv->object_manager_server);
g_clear_object (&self->priv->connection);
g_clear_object (&self->priv->client);
- g_clear_object (&self->priv->cancellable);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]