]> git.0d.be Git - empathy.git/commitdiff
Remove dead code
authorXavier Claessens <xclaesse@gmail.com>
Wed, 18 Feb 2009 10:25:08 +0000 (11:25 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:12 +0000 (12:21 +0200)
libempathy/empathy-dispatcher.c

index ef5bd5d8fa5582f4ed7ab66171701b233cd4248c..8ce7630f2eb95be075d474615de996ac56cba93b 100644 (file)
@@ -228,11 +228,8 @@ dispatcher_connection_invalidated_cb (TpConnection *connection,
                                       EmpathyDispatcher *dispatcher)
 {
   EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher);
                                       EmpathyDispatcher *dispatcher)
 {
   EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher);
-  ConnectionData *cd;
 
   DEBUG ("Error: %s", message);
 
   DEBUG ("Error: %s", message);
-  cd = g_hash_table_lookup (priv->connections, connection);
-
   g_hash_table_remove (priv->connections, connection);
 }
 
   g_hash_table_remove (priv->connections, connection);
 }