From 761b0af7873e684b73b73fc11e7b365e7ee96beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Sat, 6 Aug 2011 12:40:19 +0000 Subject: [PATCH] Take out unused functions as reported by Joerg. svn path=/trunk/; revision=38376 --- gtk/capture_dlg.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c index 7c6209a2ac..c2f0e2cade 100644 --- a/gtk/capture_dlg.c +++ b/gtk/capture_dlg.c @@ -523,6 +523,7 @@ iftype_combo_box_add_remote_separators (GtkWidget *iftype_cbx) gtk_combo_box_text_append_text(GTK_COMBO_BOX(iftype_cbx), "Clear list"); } +#if 0 static void iftype_combo_box_add (GtkWidget *iftype_cbx) { @@ -581,6 +582,7 @@ iftype_combo_box_add (GtkWidget *iftype_cbx) gtk_combo_box_set_active(GTK_COMBO_BOX(iftype_cbx), pos); g_object_set_data(G_OBJECT(iftype_cbx), E_CAP_CBX_IFTYPE_NOUPDATE_KEY, GINT_TO_POINTER(0)); } +#endif static void iftype_combo_box_add_remote_host (gpointer key, gpointer value _U_, gpointer user_data) @@ -595,6 +597,7 @@ iftype_combo_box_add_remote_host (gpointer key, gpointer value _U_, gpointer use } } +#if 0 /* Fill the menu of available types of interfaces */ static GtkWidget * iftype_combo_box_new(void) @@ -640,6 +643,7 @@ iftype_combo_is_separator (GtkTreeModel *model, GtkTreeIter *iter, gpointer data return result; } +#endif static void error_list_remote_interface_cb (gpointer dialog _U_, gint btn _U_, gpointer data)