summaryrefslogtreecommitdiff
path: root/ui/gtk
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2017-03-26 18:36:44 +0200
committerJörg Mayer <jmayer@loplof.de>2017-03-26 16:54:01 +0000
commit244b30179cce1b795d4498db49950d391e7fd43e (patch)
tree7b191b49d5f41b1608713abead7d20676db27c0b /ui/gtk
parentbe6584640ec12e1873e64e4632f7a0523848c9a6 (diff)
downloadwireshark-244b30179cce1b795d4498db49950d391e7fd43e.tar.gz
Move #if 0 up to include the now unused struct definition
Change-Id: I5500a091608af61d7f8091ba133db558c148a853 Reviewed-on: https://code.wireshark.org/review/20719 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'ui/gtk')
-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" },