summaryrefslogtreecommitdiff
path: root/ui/gtk/capture_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/capture_dlg.c')
-rw-r--r--ui/gtk/capture_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/capture_dlg.c b/ui/gtk/capture_dlg.c
index 4eef42c2b0..5001955949 100644
--- a/ui/gtk/capture_dlg.c
+++ b/ui/gtk/capture_dlg.c
@@ -1070,13 +1070,13 @@ options_airpcap_advanced_cb(GtkWidget *w, gpointer d)
#endif
#ifdef HAVE_PCAP_REMOTE
+#if 0
/* PCAP interface type menu item */
struct iftype_info {
capture_source id;
const char *name;
};
-#if 0
/* List of available types of PCAP interface */
static struct iftype_info iftype[] = {
{ CAPTURE_IFLOCAL, "Local" },