diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 4db9e455c..23e85c844 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -1244,13 +1244,10 @@ static void chat_input_text_buffer_changed_cb (GtkTextBuffer *buffer, EmpathyChat *chat) { - EmpathyChatPriv *priv; GtkTextIter start, end; gchar *str; gboolean spell_checker = FALSE; - priv = GET_PRIV (chat); - if (gtk_text_buffer_get_char_count (buffer) == 0) { chat_composing_stop (chat); } else { |