Skip to content

Commit

Permalink
Remove redundant prototype
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@8067 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
pramsey committed Oct 31, 2011
1 parent 2398afc commit f56dc54
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libpgcommon/lwgeom_pg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f56dc54

Please sign in to comment.