diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-18 18:25:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:12 +0800 |
commit | 8240abb5ca8ef41aa7e7771d04eb46324fca55f5 (patch) | |
tree | 8071ba97d178fdd85fdcb09fd1632de3c3fffe6b /libempathy/empathy-dispatcher.c | |
parent | 70279d00750851ae30baa064367f4e6669a0b4a1 (diff) | |
download | gsoc2013-empathy-8240abb5ca8ef41aa7e7771d04eb46324fca55f5.tar gsoc2013-empathy-8240abb5ca8ef41aa7e7771d04eb46324fca55f5.tar.gz gsoc2013-empathy-8240abb5ca8ef41aa7e7771d04eb46324fca55f5.tar.bz2 gsoc2013-empathy-8240abb5ca8ef41aa7e7771d04eb46324fca55f5.tar.lz gsoc2013-empathy-8240abb5ca8ef41aa7e7771d04eb46324fca55f5.tar.xz gsoc2013-empathy-8240abb5ca8ef41aa7e7771d04eb46324fca55f5.tar.zst gsoc2013-empathy-8240abb5ca8ef41aa7e7771d04eb46324fca55f5.zip |
Remove dead code
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | 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 ef5bd5d8f..8ce7630f2 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); } |