]> git.0d.be Git - empathy.git/commitdiff
Fix build, probably an error while rebasing
authorXavier Claessens <xclaesse@gmail.com>
Tue, 14 Apr 2009 09:00:55 +0000 (11:00 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:14 +0000 (12:21 +0200)
libempathy/empathy-tp-chat.c

index ec28e2625ed9f146f035693689e2aaf5b46340b9..54e08d07139cebb04b921338a88dd5ab936349e5 100644 (file)
@@ -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);
 }