From 88e09c99733982de201c3c1cfbf4742a0e8662b1 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 16 Mar 2011 19:51:15 +0100 Subject: Fix warnings from GCC 4.6 about variables that are set but not used. --- libempathy-gtk/empathy-log-window.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libempathy-gtk/empathy-log-window.c') diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 7c878ce06..0f91bf9f3 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -215,7 +215,6 @@ empathy_log_window_show (TpAccount *account, gboolean is_chatroom, GtkWindow *parent) { - EmpathyAccountChooser *account_chooser; TpAccountManager *account_manager; GtkBuilder *gui; gchar *filename; @@ -299,7 +298,6 @@ empathy_log_window_show (TpAccount *account, /* Account chooser for chats */ window->account_chooser_chats = empathy_account_chooser_new (); - account_chooser = EMPATHY_ACCOUNT_CHOOSER (window->account_chooser_chats); gtk_box_pack_start (GTK_BOX (window->vbox_chats), window->account_chooser_chats, @@ -577,12 +575,10 @@ log_window_find_populate (EmpathyLogWindow *window, { GtkTreeView *view; GtkTreeModel *model; - GtkTreeSelection *selection; GtkListStore *store; view = GTK_TREE_VIEW (window->treeview_find); model = gtk_tree_view_get_model (view); - selection = gtk_tree_view_get_selection (view); store = GTK_LIST_STORE (model); empathy_chat_view_clear (window->chatview_find); -- cgit v1.2.3