diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-06-26 10:06:47 -0700 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-06-27 17:02:40 -0700 |
commit | 20189db67fa6b5b769fc802d67df77e0988799b2 (patch) | |
tree | c5c8d2efd7d87440ccf71b90ab479b4e3cc151ee /include | |
parent | 88b2fbd4ecd0b4b59e900ce743abed41d63bbf46 (diff) | |
download | qtlocation-mapboxgl-20189db67fa6b5b769fc802d67df77e0988799b2.tar.gz |
[core] remove tile cache size setter
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/map/map.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index dd29d444bd..1b45c87c28 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -157,7 +157,6 @@ public: AnnotationIDs queryPointAnnotations(const ScreenBox&); // Memory - void setSourceTileCacheSize(size_t); void onLowMemory(); // Debug |