From 576533b18c7ecc93656f840994d90a3bb86ae239 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 25 Nov 2014 13:36:07 -0800 Subject: Eliminate Map::getTexturepool() --- include/mbgl/map/map.hpp | 1 - include/mbgl/map/raster_tile_data.hpp | 3 ++- include/mbgl/map/source.hpp | 18 +++++++++++++++--- include/mbgl/map/tile_parser.hpp | 8 +++++--- include/mbgl/map/vector_tile_data.hpp | 3 +++ include/mbgl/renderer/raster_bucket.hpp | 4 +--- include/mbgl/util/raster.hpp | 4 ++-- 7 files changed, 28 insertions(+), 13 deletions(-) (limited to 'include/mbgl') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index e56a0f81c1..f36ec6d734 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -128,7 +128,6 @@ public: inline const TransformState &getState() const { return state; } inline util::ptr