From 1b7ce53aad7855c9a63cb53b5b6e237c42f23af5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 16 Oct 2014 12:21:37 +0100 Subject: Remove seemingly unused global. --- gtk/gui.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gui.c b/gtk/gui.c index a7e03b128..04fe8e415 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -95,7 +95,6 @@ static GtkWindow *nsgtk_warning_window; GtkWidget *widWarning; static GtkWidget *select_menu; -static struct browser_window *select_menu_bw; static struct form_control *select_menu_control; static void nsgtk_ssl_accept(GtkButton *w, gpointer data); @@ -583,7 +582,6 @@ static void gui_create_form_select_menu(struct browser_window *bw, gtk_widget_destroy(select_menu); select_menu = gtk_menu_new(); - select_menu_bw = bw; select_menu_control = control; for (i = 0, option = control->data.select.items; option; -- cgit v1.2.3