diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-03-24 11:20:17 +0100 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-04-28 14:32:20 -0400 |
commit | f8600d8d9771c4869087d97b30e574441d9a1a1b (patch) | |
tree | 193026b21c02b53648a87096e1c91b00abbf054a /include | |
parent | 9580ec7b08470de0578f8d21f74ac039c83acdfc (diff) | |
download | qtlocation-mapboxgl-f8600d8d9771c4869087d97b30e574441d9a1a1b.tar.gz |
move getSprite to MapContext
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/map/map.hpp | 2 |
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(); |