qulogic/pidgin

This struct member seems to be unused now.
cpw.qulogic.gtk3
2012-02-26, Elliott Sales de Andrade
eb6d0bc96690
Parents a220ff789fa7
Children 94436ffcd42c
This struct member seems to be unused now.
--- 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;