Browse Source

g.parser: fix std_opt array

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@61873 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
16b943db8c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      general/g.parser/standard_option.c

+ 0 - 1
general/g.parser/standard_option.c

@@ -15,7 +15,6 @@ static char* STD_OPT_STRINGS[] = {"G_OPT_UNDEFINED",
                                   "G_OPT_R_INPUT",
                                   "G_OPT_R_INPUTS",
                                   "G_OPT_R_OUTPUT",
-                                  "G_OPT_R_OUTPUTS",
                                   "G_OPT_R_MAP",
                                   "G_OPT_R_MAPS",
                                   "G_OPT_R_BASE",