浏览代码

v.out.ogr: remove gisprompt from dsn parameter

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42518 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父节点
当前提交
2ffcc5b017
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      vector/v.in.ogr/main.c

+ 0 - 1
vector/v.in.ogr/main.c

@@ -108,7 +108,6 @@ int main(int argc, char *argv[])
     dsn_opt->key = "dsn";
     dsn_opt->type = TYPE_STRING;
     dsn_opt->required = NO;
-    dsn_opt->gisprompt = "old_file,file,dsn";
     dsn_opt->label = _("OGR datasource name");
     dsn_opt->description = _("Examples:\n"
 			     "\t\tESRI Shapefile: directory containing shapefiles\n"