summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-24 11:20:17 +0100
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-28 14:32:20 -0400
commitf8600d8d9771c4869087d97b30e574441d9a1a1b (patch)
tree193026b21c02b53648a87096e1c91b00abbf054a /include
parent9580ec7b08470de0578f8d21f74ac039c83acdfc (diff)
downloadqtlocation-mapboxgl-f8600d8d9771c4869087d97b30e574441d9a1a1b.tar.gz
move getSprite to MapContext
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 0db726b51b..6f7c52cca1 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -173,8 +173,6 @@ private:
void resize(uint16_t width, uint16_t height, float ratio = 1);
void resize(uint16_t width, uint16_t height, float ratio, uint16_t fbWidth, uint16_t fbHeight);
- util::ptr<Sprite> getSprite();
-
// Checks if render thread needs to pause
void checkForPause();