[postgis-tickets] r15957 - Remove dupe function prototype
Paul Ramsey
pramsey at cleverelephant.ca
Tue Oct 10 13:48:55 PDT 2017
Author: pramsey
Date: 2017-10-10 13:48:55 -0700 (Tue, 10 Oct 2017)
New Revision: 15957
Modified:
trunk/liblwgeom/liblwgeom_internal.h
Log:
Remove dupe function prototype
Modified: trunk/liblwgeom/liblwgeom_internal.h
===================================================================
--- trunk/liblwgeom/liblwgeom_internal.h 2017-10-10 18:05:11 UTC (rev 15956)
+++ trunk/liblwgeom/liblwgeom_internal.h 2017-10-10 20:48:55 UTC (rev 15957)
@@ -401,7 +401,6 @@
POINTARRAY *ptarray_remove_repeated_points(const POINTARRAY *in, double tolerance);
LWGEOM* lwline_remove_repeated_points(const LWLINE *in, double tolerance);
void ptarray_remove_repeated_points_in_place(POINTARRAY *pa, double tolerance, int min_points);
-void lwgeom_remove_repeated_points_in_place(LWGEOM *geom, double tolerance);
/*
* Closure test
@@ -434,7 +433,6 @@
gridspec;
LWGEOM* lwgeom_grid(const LWGEOM *lwgeom, const gridspec *grid);
-
void lwgeom_grid_in_place(LWGEOM *lwgeom, const gridspec *grid);
void ptarray_grid_in_place(POINTARRAY *pa, const gridspec *grid);
More information about the postgis-tickets
mailing list