aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-05-29 23:02:42 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-05-29 23:02:42 +0800
commit8a43221ed3a42fb8949b7568a29723197f204364 (patch)
treebca9df73ff67be041ab76e1b822328ae02438295 /libempathy-gtk/empathy-chat.c
parent05f66bda423f72350a5d766583946b48bf729757 (diff)
downloadgsoc2013-empathy-8a43221ed3a42fb8949b7568a29723197f204364.tar
gsoc2013-empathy-8a43221ed3a42fb8949b7568a29723197f204364.tar.gz
gsoc2013-empathy-8a43221ed3a42fb8949b7568a29723197f204364.tar.bz2
gsoc2013-empathy-8a43221ed3a42fb8949b7568a29723197f204364.tar.lz
gsoc2013-empathy-8a43221ed3a42fb8949b7568a29723197f204364.tar.xz
gsoc2013-empathy-8a43221ed3a42fb8949b7568a29723197f204364.tar.zst
gsoc2013-empathy-8a43221ed3a42fb8949b7568a29723197f204364.zip
Don't set priv when it's not used
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 3fdb3bd53..83944a4ea 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -390,10 +390,6 @@ chat_composing_start (EmpathyChat *chat)
static void
chat_composing_stop (EmpathyChat *chat)
{
- EmpathyChatPriv *priv;
-
- priv = GET_PRIV (chat);
-
chat_composing_remove_timeout (chat);
set_chat_state (chat, TP_CHANNEL_CHAT_STATE_ACTIVE);
}