# HG changeset patch # User Elliott Sales de Andrade # Date 1330244771 0 # Node ID c631931c379410214c62c647b6e5f50147af9905 # Parent 4f2ea402cdc893c502be2d7cc0d0bb34a7d879a4 This struct member seems to be unused now. diff -r 4f2ea402cdc8 -r c631931c3794 pidgin/gtkconv.c --- 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), diff -r 4f2ea402cdc8 -r c631931c3794 pidgin/gtkconvwin.h --- 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;