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



commit 97778c36741dae30f42d11dd3c2a846cb65b68d8
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 9d2796d..f90e5f5 100644
--- a/src/goabackend/goatelepathyfactory.c
+++ b/src/goabackend/goatelepathyfactory.c
@@ -90,9 +90,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]