Remove redundant prototype
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 31 Oct 2011 20:59:07 +0000 (20:59 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 31 Oct 2011 20:59:07 +0000 (20:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8067 b70326c6-7e19-0410-871a-916f4a2858ee

libpgcommon/lwgeom_pg.h

index 2c99607a5feb50f667774cf7dfe493710e14a028..b512ac0448dd7888bf49c0533a265def5bfa46b0 100644 (file)
@@ -103,13 +103,6 @@ GSERIALIZED *geometry_serialize(LWGEOM *lwgeom);
 */
 GSERIALIZED* geography_serialize(LWGEOM *lwgeom);
 
-/*
- * Get the 2d bounding box of the given geometry, in FLOAT4 format.
- * Use a cached bbox if available, compute it otherwise.
- * Return LW_FALSE if the geometry has no bounding box (ie: is empty).
- */
-extern int gserialized_get_gbox_p(const GSERIALIZED *geom, GBOX *box);
-
 /**
 * Convert cstrings (null-terminated byte array) to textp pointers 
 * (PgSQL varlena structure with VARSIZE header).