aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-06 12:40:19 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-06 12:40:19 +0000
commit2d256fa5e395ecebac5a61150938286fe103accd (patch)
tree4b917a1804cdfb8e288319aa8b16a89f5f667f02 /gtk
parentb2e594db532fbb2095ce2b63c4d41bb568ca3749 (diff)
Take out unused functions as reported by Joerg.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38376 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_dlg.c4
1 files changed, 4 insertions, 0 deletions
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)