[postgis-tickets] r15912 - Remove unused function prototypes from internal header
Paul Ramsey
pramsey at cleverelephant.ca
Thu Oct 5 13:12:51 PDT 2017
Author: pramsey
Date: 2017-10-05 13:12:51 -0700 (Thu, 05 Oct 2017)
New Revision: 15912
Modified:
trunk/liblwgeom/liblwgeom_internal.h
Log:
Remove unused function prototypes from internal header
Modified: trunk/liblwgeom/liblwgeom_internal.h
===================================================================
--- trunk/liblwgeom/liblwgeom_internal.h 2017-10-05 19:59:39 UTC (rev 15911)
+++ trunk/liblwgeom/liblwgeom_internal.h 2017-10-05 20:12:51 UTC (rev 15912)
@@ -438,11 +438,6 @@
LWGEOM* lwgeom_grid(const LWGEOM *lwgeom, const gridspec *grid);
void lwgeom_grid_in_place(LWGEOM *lwgeom, const gridspec *grid);
-void lwcollection_grid_in_place(LWCOLLECTION *coll, const gridspec *grid);
-void lwpoint_grid_in_place(LWPOINT *point, const gridspec *grid);
-void lwpoly_grid_in_place(LWPOLY *poly, const gridspec *grid);
-void lwline_grid_in_place(LWLINE *line, const gridspec *grid);
-void lwcircstring_grid_in_place(LWCIRCSTRING *line, const gridspec *grid);
void ptarray_grid_in_place(POINTARRAY *pa, const gridspec *grid);
/*
More information about the postgis-tickets
mailing list