Remove unused variable.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4196 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2009-09-16 12:23:50 +00:00
parent 4097dfec5b
commit df5acb442a

View File

@ -98,7 +98,6 @@ CommandLineOptions cl_options; /* fields initialised in parse_command_line_optio
static gboolean want_plugins; static gboolean want_plugins;
/* command-line options */ /* command-line options */
static gboolean debug_mode = FALSE;
static gboolean verbose_mode = FALSE; static gboolean verbose_mode = FALSE;
static gboolean ignore_global_tags = FALSE; static gboolean ignore_global_tags = FALSE;
static gboolean no_msgwin = FALSE; static gboolean no_msgwin = FALSE;