From 7abd94f48e938da9f33b6224204c43e32d23796c Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 25 Oct 2012 18:57:32 +0000 Subject: [PATCH] Remove old signature for serialized_form function git-svn-id: http://svn.osgeo.org/postgis/trunk@10563 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/liblwgeom.h.in | 1 - 1 file changed, 1 deletion(-) diff --git a/liblwgeom/liblwgeom.h.in b/liblwgeom/liblwgeom.h.in index 9b7e05175..f2f745d1c 100644 --- a/liblwgeom/liblwgeom.h.in +++ b/liblwgeom/liblwgeom.h.in @@ -1126,7 +1126,6 @@ extern int lwgeom_needs_bbox(const LWGEOM *geom); * Count the total number of vertices in any #LWGEOM. */ extern int lwgeom_count_vertices(const LWGEOM *geom); -extern int lwgeom_npoints(uint8_t *serialized); /** * Count the total number of rings in any #LWGEOM. Multipolygons -- 2.50.1