From: Paul Ramsey Date: Tue, 10 Oct 2017 20:48:55 +0000 (+0000) Subject: Remove dupe function prototype X-Git-Tag: 2.5.0alpha~420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbd0f54883a89c688b544d8bb6414a2168073426;p=postgis Remove dupe function prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@15957 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/liblwgeom_internal.h b/liblwgeom/liblwgeom_internal.h index 7bcbabd67..1340e3fe6 100644 --- a/liblwgeom/liblwgeom_internal.h +++ b/liblwgeom/liblwgeom_internal.h @@ -401,7 +401,6 @@ void closest_point_on_segment(const POINT4D *R, const POINT4D *A, const POINT4D 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 @@ typedef struct gridspec_t 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);