[empathy] Remove dead code



commit 8240abb5ca8ef41aa7e7771d04eb46324fca55f5
Author: Xavier Claessens <xclaesse gmail com>
Date:   Wed Feb 18 11:25:08 2009 +0100

    Remove dead code
---
 libempathy/empathy-dispatcher.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index ef5bd5d..8ce7630 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -228,11 +228,8 @@ dispatcher_connection_invalidated_cb (TpConnection *connection,
                                       EmpathyDispatcher *dispatcher)
 {
   EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher);
-  ConnectionData *cd;
 
   DEBUG ("Error: %s", message);
-  cd = g_hash_table_lookup (priv->connections, connection);
-
   g_hash_table_remove (priv->connections, connection);
 }
 



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