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 /src | |
parent | 8e9510d2b4180fef50b7dd2e90b98143721ae414 (diff) | |
download | qtlocation-mapboxgl-82d67d6912008f179054c8e2e74a84d2cd62d31c.tar.gz |
[core] Remove unused
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/map/map.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mbgl/map/map.cpp b/src/mbgl/map/map.cpp index e013619cfa..e435ec32bf 100644 --- a/src/mbgl/map/map.cpp +++ b/src/mbgl/map/map.cpp @@ -398,14 +398,6 @@ NorthOrientation Map::getNorthOrientation() const { #pragma mark - Projection -MetersBounds Map::getWorldBoundsMeters() const { - return Projection::getWorldBoundsMeters(); -} - -LatLngBounds Map::getWorldBoundsLatLng() const { - return Projection::getWorldBoundsLatLng(); -} - double Map::getMetersPerPixelAtLatitude(double lat, double zoom) const { return Projection::getMetersPerPixelAtLatitude(lat, zoom); } |