projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2398afc
)
Remove redundant prototype
author
Paul Ramsey
<pramsey@cleverelephant.ca>
Mon, 31 Oct 2011 20:59:07 +0000
(20:59 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/libpgcommon/lwgeom_pg.h
b/libpgcommon/lwgeom_pg.h
index 2c99607a5feb50f667774cf7dfe493710e14a028..b512ac0448dd7888bf49c0533a265def5bfa46b0 100644
(file)
--- a/
libpgcommon/lwgeom_pg.h
+++ b/
libpgcommon/lwgeom_pg.h
@@
-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).