aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index 68a385dbc7..f061f77063 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -499,11 +499,6 @@ int main(int argc, char *argv[])
// XXX Should the remaining code be in WiresharkApplcation::WiresharkApplication?
-#ifndef HAVE_LIBPCAP
-#define LONGOPT_CAPTURE_COMMON
-#define OPTSTRING_CAPTURE_COMMON ""
-#endif /* HAVE_LIBPCAP */
-
#define OPTSTRING OPTSTRING_CAPTURE_COMMON "C:g:Hh" "jJ:kK:lm:nN:o:P:Qr:R:St:u:vw:X:z:"
static const struct option long_options[] = {
{(char *)"help", no_argument, NULL, 'h'},