From aaa8927169996f1d2ab06e75686e08829da63434 Mon Sep 17 00:00:00 2001 From: artemp Date: Thu, 30 Oct 2014 11:04:10 -0400 Subject: remove unused and unimplemented method --- include/mbgl/map/map.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 6aa86fcc85..43402fe2e5 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -151,8 +151,6 @@ private: void updateSources(); void updateSources(const util::ptr &group); - size_t countLayers(const std::vector& layers); - // Prepares a map render by updating the tiles we need for the current view, as well as updating // the stylesheet. void prepare(); -- cgit v1.2.1