aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/capture_if_dlg.c')
-rw-r--r--gtk/capture_if_dlg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c
index cccad4491f..53ea74f316 100644
--- a/gtk/capture_if_dlg.c
+++ b/gtk/capture_if_dlg.c
@@ -299,6 +299,7 @@ capture_if_destroy_cb(GtkWidget *win _U_, gpointer user_data)
#endif
}
+#if 0
GtkWidget*
combo_channel_new(void)
{
@@ -327,7 +328,7 @@ combo_channel_new(void)
popdown = g_list_append(popdown, "14");
gtk_combo_set_popdown_strings( GTK_COMBO(channel_cb), popdown) ;
-
+ g_list_free(popdown);
#if GTK_MAJOR_VERSION < 2
gtk_widget_set_usize( GTK_WIDGET(channel_cb),
45,
@@ -341,6 +342,7 @@ combo_channel_new(void)
return channel_cb;
}
+#endif
/*
* Sorts the Interface List in alphabetical order