summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-05-04 10:48:14 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-05-05 08:57:30 -0700
commit7ca8fd07e024173e3006ec24b30cf7e3b1af9b02 (patch)
tree1e09372daf263d716417128011e137ee2bccc412 /src
parent66da7594263b657b78aff54a16905184505e275e (diff)
downloadqtlocation-mapboxgl-7ca8fd07e024173e3006ec24b30cf7e3b1af9b02.tar.gz
[core] Remove unused declaration
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/style/style.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index b9eb499947..7024927db4 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -142,7 +142,6 @@ private:
std::vector<std::unique_ptr<Layer>>::const_iterator findLayer(const std::string& layerID) const;
std::vector<std::unique_ptr<RenderLayer>>::const_iterator findRenderLayer(const std::string&) const;
- void reloadLayerSource(Layer&);
// GlyphStoreObserver implementation.
void onGlyphsLoaded(const FontStack&, const GlyphRange&) override;