From afe4fe3b92716fe478e0e70eb54ddfd04365f865 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Tue, 21 Apr 2009 16:15:43 +0000 Subject: [PATCH] remove non used var --- src/sview/resv_info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sview/resv_info.c b/src/sview/resv_info.c index fa435167bb2..1147c9bb38b 100644 --- a/src/sview/resv_info.c +++ b/src/sview/resv_info.c @@ -113,7 +113,6 @@ extern void get_info_resv(GtkTable *table, display_data_t *display_data) GtkWidget *label = NULL; GtkTreeView *tree_view = NULL; static GtkWidget *display_widget = NULL; - List info_list = NULL; int i = 0, j = 0; if(display_data) -- GitLab