diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-14 17:00:55 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:14 +0800 |
commit | 20db4d8b1bd291c9214b61945ce61e0aa0986929 (patch) | |
tree | 106eb930148a296005ea106eaf163c220bed38a0 /libempathy | |
parent | 6bd8a623caba63ae4b2aa201e9cec7e015f64e8d (diff) | |
download | gsoc2013-empathy-20db4d8b1bd291c9214b61945ce61e0aa0986929.tar gsoc2013-empathy-20db4d8b1bd291c9214b61945ce61e0aa0986929.tar.gz gsoc2013-empathy-20db4d8b1bd291c9214b61945ce61e0aa0986929.tar.bz2 gsoc2013-empathy-20db4d8b1bd291c9214b61945ce61e0aa0986929.tar.lz gsoc2013-empathy-20db4d8b1bd291c9214b61945ce61e0aa0986929.tar.xz gsoc2013-empathy-20db4d8b1bd291c9214b61945ce61e0aa0986929.tar.zst gsoc2013-empathy-20db4d8b1bd291c9214b61945ce61e0aa0986929.zip |
Fix build, probably an error while rebasing
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index ec28e2625..54e08d071 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -97,8 +97,6 @@ tp_chat_invalidated_cb (TpProxy *proxy, gchar *message, EmpathyTpChat *chat) { - EmpathyTpChatPriv *priv = GET_PRIV (chat); - DEBUG ("Channel invalidated: %s", message); g_signal_emit (chat, signals[DESTROY], 0); } |