Get rid of an unused variable.
authorGuy Harris <guy@alum.mit.edu>
Sun, 19 Jun 2016 16:52:55 +0000 (09:52 -0700)
committerGuy Harris <guy@alum.mit.edu>
Sun, 19 Jun 2016 17:02:12 +0000 (17:02 +0000)
There's no need for the capture_option_specified variable; it's now in a
structure.

Change-Id: Ic2f1faee4666eea7ae91fd6899cecaa76d0ceb9f
Reviewed-on: https://code.wireshark.org/review/16018
Reviewed-by: Guy Harris <guy@alum.mit.edu>
ui/gtk/main.c

index bcad63b05b643397061326774efeea5c01a528d0..8e6702c94e9421bd536d667524dfa8b98025568c 100644 (file)
@@ -2068,7 +2068,6 @@ main(int argc, char *argv[])
     gchar               *err_str;
     int                  status;
 #else
-    gboolean             capture_option_specified = FALSE;
 #ifdef _WIN32
 #ifdef HAVE_AIRPCAP
     gchar               *err_str;