[GRASS-SVN] r62833 - grass/branches/releasebranch_6_4/vector/v.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 20 02:08:32 PST 2014
Author: mlennert
Date: 2014-11-20 02:08:32 -0800 (Thu, 20 Nov 2014)
New Revision: 62833
Modified:
grass/branches/releasebranch_6_4/vector/v.univar/main.c
Log:
v.univar: remove duplicate layer option (which makes graphical modeler choke)
Modified: grass/branches/releasebranch_6_4/vector/v.univar/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.univar/main.c 2014-11-20 09:42:36 UTC (rev 62832)
+++ grass/branches/releasebranch_6_4/vector/v.univar/main.c 2014-11-20 10:08:32 UTC (rev 62833)
@@ -112,8 +112,6 @@
where_opt = G_define_standard_option(G_OPT_WHERE);
- field_opt = G_define_standard_option(G_OPT_V_FIELD);
-
percentile = G_define_option();
percentile->key = "percentile";
percentile->type = TYPE_INTEGER;
More information about the grass-commit
mailing list