diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-04 14:57:38 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-05 08:57:30 -0700 |
commit | 54b7684baadbf6d2af559b42f10dae55d3de6354 (patch) | |
tree | 482b530da26f5171356af13ce9e0ee640173e778 | |
parent | 7ca8fd07e024173e3006ec24b30cf7e3b1af9b02 (diff) | |
download | qtlocation-mapboxgl-54b7684baadbf6d2af559b42f10dae55d3de6354.tar.gz |
[core] Remove unused declaration
-rw-r--r-- | include/mbgl/style/source.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mbgl/style/source.hpp b/include/mbgl/style/source.hpp index 66fc2afd25..4c82e472a6 100644 --- a/include/mbgl/style/source.hpp +++ b/include/mbgl/style/source.hpp @@ -50,11 +50,6 @@ public: } const std::string& getID() const; - - // Create a new source with the specified `id`. All other properties - // are copied from this source. - std::unique_ptr<Source> copy(const std::string& id) const; - optional<std::string> getAttribution() const; // Private implementation |