diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-02-02 18:04:25 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-02-02 18:53:37 -0800 |
commit | 82d67d6912008f179054c8e2e74a84d2cd62d31c (patch) | |
tree | b44089188293a260cde0afe88df8a211c4ba790f /include/mbgl/map | |
parent | 8e9510d2b4180fef50b7dd2e90b98143721ae414 (diff) | |
download | qtlocation-mapboxgl-82d67d6912008f179054c8e2e74a84d2cd62d31c.tar.gz |
[core] Remove unused
Diffstat (limited to 'include/mbgl/map')
-rw-r--r-- | include/mbgl/map/map.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 5b89bf4a91..b9aa0c1381 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -144,9 +144,6 @@ public: uint16_t getHeight() const; // Projection - MetersBounds getWorldBoundsMeters() const; - LatLngBounds getWorldBoundsLatLng() const; - double getMetersPerPixelAtLatitude(double lat, double zoom) const; ProjectedMeters projectedMetersForLatLng(const LatLng&) const; LatLng latLngForProjectedMeters(const ProjectedMeters&) const; |