aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-13 13:24:26 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-13 20:24:59 +0000
commit503dc214ad480a3f4f5ecb8751fbaa1facb3fbbb (patch)
tree21b96a21cc111b8b5b4d625291b3e4912e6a486c
parentafad14dcfec28d937f5c375831af8e2d886e819f (diff)
Remove a question from a comment.
Given that we're not using GTK+, the answer to the question is "no". Change-Id: Ib0e512909993830b1462d1fe3eada9265d9b1cdf Reviewed-on: https://code.wireshark.org/review/27515 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--ui/commandline.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/commandline.c b/ui/commandline.c
index 906794e527..6a26be334e 100644
--- a/ui/commandline.c
+++ b/ui/commandline.c
@@ -232,9 +232,6 @@ void commandline_early_options(int argc, char *argv[],
* We thus ignore errors - *and* set "opterr" to 0 to suppress the
* error messages.
*
- * XXX - should we, instead, first call gtk_parse_args(), without
- * calling gtk_init(), and then call this?
- *
* In order to handle, for example, -o options, we also need to call it
* *after* epan_init() gets called, so that the dissectors have had a
* chance to register their preferences, so we have another getopt_long()