[gnome-online-accounts/gnome-3-12] telepathy: Remove unused variables



commit 860afc89cc6b41fa84ea5a6a7f41a546158a40d3
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Apr 29 17:12:40 2014 +0200

    telepathy: Remove unused variables
    
    Fallout from bf26d062f46a27086440f61e67884de6b8be07b7
    
    Fixes: https://bugzilla.gnome.org/728787

 src/goabackend/goatelepathyfactory.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/goabackend/goatelepathyfactory.c b/src/goabackend/goatelepathyfactory.c
index 3eec8d6..3fd9e5d 100644
--- a/src/goabackend/goatelepathyfactory.c
+++ b/src/goabackend/goatelepathyfactory.c
@@ -91,9 +91,7 @@ get_protocols_cb (GObject      *source,
   for (l = protocols; l != NULL; l = l->next)
     {
       TpawProtocol *protocol = l->data;
-      const gchar *protocol_name = tpaw_protocol_get_protocol_name (protocol);
       const gchar *service_name = tpaw_protocol_get_service_name (protocol);
-      GQuark protocol_quark = g_quark_try_string (protocol_name);
       GQuark service_quark = g_quark_try_string (service_name);
       GoaTelepathyProvider *provider;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]