From 6c456f43000ae69f832808c8ca4252edd5e78cd2 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 14 Apr 2016 15:17:17 +0200 Subject: [PATCH] Remove something commited that wasn't supposed to be --- gtk/chat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/chat.c b/gtk/chat.c index ed48da7aa..3ee4cfcc0 100644 --- a/gtk/chat.c +++ b/gtk/chat.c @@ -616,8 +616,6 @@ void linphone_gtk_text_received ( LinphoneCore *lc, LinphoneChatRoom *room, /*GtkNotebook *notebook= ( GtkNotebook * ) linphone_gtk_get_widget ( main_window,"viewswitch" );*/ const LinphoneAddress *from= linphone_chat_message_get_from ( msg ); - linphone_core_take_preview_snapshot(lc, "/home/viish/capture.jpg"); - w= ( GtkWidget* ) g_object_get_data ( G_OBJECT ( friendlist ),"chatview" ); if ( w!=NULL ) { /* Chat window opened */