summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorartemp <artem@mapnik.org>2014-10-30 11:04:10 -0400
committerartemp <artem@mapnik.org>2014-10-30 11:04:10 -0400
commitaaa8927169996f1d2ab06e75686e08829da63434 (patch)
treeba2dc742f1c029703be7a5db020d6142faa4c7c6 /include
parentfd2d8f48cbf82326b2a1fb43f153e4452c0d9900 (diff)
downloadqtlocation-mapboxgl-aaa8927169996f1d2ab06e75686e08829da63434.tar.gz
remove unused and unimplemented method
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 0 insertions, 2 deletions
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<StyleLayerGroup> &group);
- size_t countLayers(const std::vector<LayerDescription>& layers);
-
// Prepares a map render by updating the tiles we need for the current view, as well as updating
// the stylesheet.
void prepare();