diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-04 10:48:14 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-05 08:57:30 -0700 |
commit | 7ca8fd07e024173e3006ec24b30cf7e3b1af9b02 (patch) | |
tree | 1e09372daf263d716417128011e137ee2bccc412 | |
parent | 66da7594263b657b78aff54a16905184505e275e (diff) | |
download | qtlocation-mapboxgl-7ca8fd07e024173e3006ec24b30cf7e3b1af9b02.tar.gz |
[core] Remove unused declaration
-rw-r--r-- | src/mbgl/style/style.hpp | 1 |
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; |