Browse Source

g.list: Backport https://trac.osgeo.org/grass/changeset/62396

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62398 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 10 years ago
parent
commit
5069cfb808
1 changed files with 0 additions and 2 deletions
  1. 0 2
      general/g.list/main.c

+ 0 - 2
general/g.list/main.c

@@ -93,7 +93,6 @@ int main(int argc, char *argv[])
     opt.pattern->type = TYPE_STRING;
     opt.pattern->required = NO;
     opt.pattern->multiple = NO;
-    opt.pattern->gisprompt = "new,element,element";
     opt.pattern->description = _("Map name search pattern (default: all)");
     opt.pattern->guisection = _("Pattern");
 
@@ -102,7 +101,6 @@ int main(int argc, char *argv[])
     opt.exclude->type = TYPE_STRING;
     opt.exclude->required = NO;
     opt.exclude->multiple = NO;
-    opt.exclude->gisprompt = "new,element,element";
     opt.exclude->description = _("Map name exclusion pattern (default: none)");
     opt.exclude->guisection = _("Pattern");