summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-01 11:14:20 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-01 11:14:20 -0700
commit5264982ba7fdd536a3971dc9e8ddd0c684e1d974 (patch)
tree388f3c01cc29eeb16841748b3d8b2ada6953dece /include
parent4518743bd6143d20640b1bdb3c16876372a2f4c3 (diff)
downloadqtlocation-mapboxgl-5264982ba7fdd536a3971dc9e8ddd0c684e1d974.tar.gz
Eliminate StyleLayerGroup
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 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();