summaryrefslogtreecommitdiff
path: root/include/mbgl
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl')
-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 4ce7014307..cd280d0247 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -29,7 +29,6 @@ class LayerDescription;
class Sprite;
class Style;
class StyleLayer;
-class StyleLayerGroup;
class StyleSource;
class TexturePool;
class FileSource;
@@ -188,7 +187,6 @@ private:
void updateTiles();
void updateSources();
- void updateSources(const util::ptr<StyleLayerGroup> &group);
// Triggered by triggerUpdate();
void update();