summaryrefslogtreecommitdiff
path: root/src/geohash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/geohash.h')
-rw-r--r--src/geohash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/geohash.h b/src/geohash.h
index ebe52ff34..8fa324afd 100644
--- a/src/geohash.h
+++ b/src/geohash.h
@@ -128,7 +128,6 @@ int geohashDecodeWGS84(const GeoHashBits hash, GeoHashArea *area);
int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy);
int geohashDecodeToLongLatType(const GeoHashBits hash, double *xy);
int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy);
-int geohashDecodeToLongLatMercator(const GeoHashBits hash, double *xy);
void geohashNeighbors(const GeoHashBits *hash, GeoHashNeighbors *neighbors);
#if defined(__cplusplus)