[gnome-online-accounts/gnome-3-12] identity: Remove unused variables
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-12] identity: Remove unused variables
- Date: Wed, 9 Apr 2014 13:14:28 +0000 (UTC)
commit a5a31e4afb39af8fe5dc50ec8f803b03c80e8865
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 8f247d8..ef279c3 100644
--- a/src/goaidentity/goaidentityservice.c
+++ b/src/goaidentity/goaidentityservice.c
@@ -46,9 +46,6 @@ struct _GoaIdentityServicePrivate
GoaIdentityManager *identity_manager;
- guint realmd_watch;
- GCancellable *cancellable;
-
GHashTable *watched_client_connections;
GHashTable *key_holders;
GHashTable *pending_temporary_account_results;
@@ -1752,8 +1749,6 @@ goa_identity_service_activate (GoaIdentityService *self,
g_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");
@@ -1783,9 +1778,6 @@ goa_identity_service_deactivate (GoaIdentityService *self)
{
g_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);
@@ -1797,7 +1789,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]