changeset 32724:c631931c3794

This struct member seems to be unused now.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 26 Feb 2012 08:26:11 +0000
parents 4f2ea402cdc8
children e53eb11ff985
files pidgin/gtkconv.c pidgin/gtkconvwin.h
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sun Feb 26 08:21:37 2012 +0000
+++ b/pidgin/gtkconv.c	Sun Feb 26 08:26:11 2012 +0000
@@ -3703,7 +3703,6 @@
 	win->menu.show_timestamps =
 		gtk_ui_manager_get_action(win->menu.ui,
 		                          "/Conversation/OptionsMenu/ShowTimestamps");
-	win->menu.show_icon = NULL;
 
 	win->menu.tray = pidgin_menu_tray_new();
 	gtk_menu_shell_append(GTK_MENU_SHELL(win->menu.menubar),
--- a/pidgin/gtkconvwin.h	Sun Feb 26 08:21:37 2012 +0000
+++ b/pidgin/gtkconvwin.h	Sun Feb 26 08:26:11 2012 +0000
@@ -70,8 +70,6 @@
 		GtkAction *show_formatting_toolbar;
 		GtkAction *show_timestamps;
 
-		GtkWidget *show_icon;
-
 		GtkWidget *send_to;
 
 		GtkWidget *tray;