From 20189db67fa6b5b769fc802d67df77e0988799b2 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Mon, 26 Jun 2017 10:06:47 -0700 Subject: [core] remove tile cache size setter --- include/mbgl/map/map.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mbgl') 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 -- cgit v1.2.1