[postgis-tickets] r17483 - Remove un-used prototypes for gserialized_calculate_gbox_geocentric and gserialized_calculate_gbox_geocentric_p

Paul Ramsey pramsey at cleverelephant.ca
Mon Jun 10 01:23:20 PDT 2019


Author: pramsey
Date: 2019-06-10 13:23:20 -0700 (Mon, 10 Jun 2019)
New Revision: 17483

Modified:
   trunk/liblwgeom/liblwgeom.h.in
Log:
Remove un-used prototypes for gserialized_calculate_gbox_geocentric and gserialized_calculate_gbox_geocentric_p


Modified: trunk/liblwgeom/liblwgeom.h.in
===================================================================
--- trunk/liblwgeom/liblwgeom.h.in	2019-06-10 15:12:25 UTC (rev 17482)
+++ trunk/liblwgeom/liblwgeom.h.in	2019-06-10 20:23:20 UTC (rev 17483)
@@ -1739,20 +1739,6 @@
 */
 
 /**
-* Calculate the geocentric bounding box directly from the serialized
-* form of the geodetic coordinates. Only accepts serialized geographies
-* flagged as geodetic. Caller is responsible for disposing of the GBOX.
-*/
-extern GBOX* gserialized_calculate_gbox_geocentric(const GSERIALIZED *g);
-
-/**
-* Calculate the geocentric bounding box directly from the serialized
-* form of the geodetic coordinates. Only accepts serialized geographies
-* flagged as geodetic.
-*/
-int gserialized_calculate_gbox_geocentric_p(const GSERIALIZED *g, GBOX *g_box);
-
-/**
 * Return a WKT representation of the gserialized geometry.
 * Caller is responsible for disposing of the char*.
 */



More information about the postgis-tickets mailing list