diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-02 16:51:43 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-02 16:51:43 +0800 |
commit | 99d9177da27ddc4c4aaf5d40a6eae5b458084536 (patch) | |
tree | e2cf021714423eefbdf352680788748820606bf5 | |
parent | 10791a1b9d93c2870bf8b0a630092b7190f24a5f (diff) | |
download | gsoc2013-empathy-99d9177da27ddc4c4aaf5d40a6eae5b458084536.tar gsoc2013-empathy-99d9177da27ddc4c4aaf5d40a6eae5b458084536.tar.gz gsoc2013-empathy-99d9177da27ddc4c4aaf5d40a6eae5b458084536.tar.bz2 gsoc2013-empathy-99d9177da27ddc4c4aaf5d40a6eae5b458084536.tar.lz gsoc2013-empathy-99d9177da27ddc4c4aaf5d40a6eae5b458084536.tar.xz gsoc2013-empathy-99d9177da27ddc4c4aaf5d40a6eae5b458084536.tar.zst gsoc2013-empathy-99d9177da27ddc4c4aaf5d40a6eae5b458084536.zip |
mcp-account-manager-goa: remove unused variables
-rw-r--r-- | goa-mc-plugin/mcp-account-manager-goa.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index af82e4727..5fd014ed5 100644 --- a/goa-mc-plugin/mcp-account-manager-goa.c +++ b/goa-mc-plugin/mcp-account-manager-goa.c @@ -255,8 +255,6 @@ load_store (McpAccountManagerGoa *self) static void mcp_account_manager_goa_init (McpAccountManagerGoa *self) { - gchar *path; - DEBUG ("GOA MC plugin initialised"); self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, @@ -307,7 +305,6 @@ _goa_client_new_cb (GObject *obj, gpointer user_data) { McpAccountManagerGoa *self = user_data; - GoaClient *client; GList *accounts, *ptr; GError *error = NULL; @@ -466,7 +463,6 @@ mcp_account_manager_goa_set (const McpAccountStorage *self, const gchar *val) { McpAccountManagerGoaPrivate *priv = GET_PRIVATE (self); - GError *error = NULL; if (!account_is_in_goa (self, account)) return FALSE; |