summaryrefslogtreecommitdiff
path: root/include/llmr/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/map/map.hpp')
-rw-r--r--include/llmr/map/map.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llmr/map/map.hpp b/include/llmr/map/map.hpp
index 2d950afe47..0cae687302 100644
--- a/include/llmr/map/map.hpp
+++ b/include/llmr/map/map.hpp
@@ -69,8 +69,6 @@ private:
int32_t min_zoom;
int32_t max_zoom;
- std::shared_ptr<Sprite> sprite;
-
std::forward_list<Tile::Ptr> tiles;
std::forward_list<Tile::Ptr> historic_tiles;
};