aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index ed77e5ae75..809c9eba7d 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -612,12 +612,6 @@ int main(int argc, char *argv[])
commandline_info.enable_heur_slist = NULL;
commandline_info.disable_heur_slist = NULL;
- /* Transfer capture option data to other options structure */
- commandline_info.arg_error = capture_param_info.arg_error;
-#ifndef HAVE_LIBPCAP
- commandline_info.capture_option_specified = capture_param_info.capture_option_specified;
-#endif
-
/* Now get our args */
commandline_other_options(argc, argv, &commandline_info, TRUE);