projects
/
empathy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70279d0
)
Remove dead code
author
Xavier Claessens
<xclaesse@gmail.com>
Wed, 18 Feb 2009 10:25:08 +0000
(11:25 +0100)
committer
Xavier Claessens
<xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:12 +0000
(12:21 +0200)
libempathy/empathy-dispatcher.c
patch
|
blob
|
history
diff --git
a/libempathy/empathy-dispatcher.c
b/libempathy/empathy-dispatcher.c
index ef5bd5d8fa5582f4ed7ab66171701b233cd4248c..8ce7630f2eb95be075d474615de996ac56cba93b 100644
(file)
--- 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);
}