From: Paul Ramsey Date: Thu, 25 Oct 2012 18:57:32 +0000 (+0000) Subject: Remove old signature for serialized_form function X-Git-Tag: 2.1.0beta2~455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7abd94f48e938da9f33b6224204c43e32d23796c;p=postgis Remove old signature for serialized_form function git-svn-id: http://svn.osgeo.org/postgis/trunk@10563 b70326c6-7e19-0410-871a-916f4a2858ee --- 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