[GRASS-SVN] r60695 - grass/branches/releasebranch_7_0/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 3 12:28:38 PDT 2014
Author: martinl
Date: 2014-06-03 12:28:38 -0700 (Tue, 03 Jun 2014)
New Revision: 60695
Modified:
grass/branches/releasebranch_7_0/vector/v.out.ogr/local_proto.h
Log:
hcho: v.out.ogr: removed unnecessary function prototype
(merge r60693 from trunk)
Modified: grass/branches/releasebranch_7_0/vector/v.out.ogr/local_proto.h
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.out.ogr/local_proto.h 2014-06-03 19:18:22 UTC (rev 60694)
+++ grass/branches/releasebranch_7_0/vector/v.out.ogr/local_proto.h 2014-06-03 19:28:38 UTC (rev 60695)
@@ -44,13 +44,6 @@
const char **, int, int,
int *, int *);
-/* export_lines_3d.c */
-int export_lines_3d(struct Map_info *, int, int, int,
- OGRFeatureDefnH, OGRLayerH,
- struct field_info *, dbDriver *, int, int *,
- const char **, int, int,
- int *, int *);
-
/* export_areas.c */
int export_areas(struct Map_info *, int, int, int,
OGRFeatureDefnH, OGRLayerH,
More information about the grass-commit
mailing list