summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-05-07 16:21:01 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-05-07 16:21:01 +0300
commit8ad81a66768a1a6328132f67c070307c5516ad17 (patch)
tree7519724610ef05a9b6e393dece3682aacf5e0b4e /src
parent05fb2a74921da3ba6eabdbf4fee0bd94a58399e0 (diff)
downloadqtlocation-mapboxgl-8ad81a66768a1a6328132f67c070307c5516ad17.tar.gz
Removed unused method from MapContext
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/map/map_context.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/map/map_context.hpp b/src/mbgl/map/map_context.hpp
index 0463d076b6..d1f1e7016e 100644
--- a/src/mbgl/map/map_context.hpp
+++ b/src/mbgl/map/map_context.hpp
@@ -63,7 +63,6 @@ public:
void onTileDataChanged() override;
private:
- util::ptr<Sprite> getSprite();
void updateTiles();
// Update the state indicated by the accumulated Update flags, then render.