[GRASS-SVN] r60693 - grass/trunk/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 3 12:11:35 PDT 2014
Author: hcho
Date: 2014-06-03 12:11:35 -0700 (Tue, 03 Jun 2014)
New Revision: 60693
Modified:
grass/trunk/vector/v.out.ogr/local_proto.h
Log:
v.out.ogr: removed unnecessary function prototype
Modified: grass/trunk/vector/v.out.ogr/local_proto.h
===================================================================
--- grass/trunk/vector/v.out.ogr/local_proto.h 2014-06-03 17:57:55 UTC (rev 60692)
+++ grass/trunk/vector/v.out.ogr/local_proto.h 2014-06-03 19:11:35 UTC (rev 60693)
@@ -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