summaryrefslogtreecommitdiff
path: root/include/mbgl/style
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-05-04 14:57:38 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-05-05 08:57:30 -0700
commit54b7684baadbf6d2af559b42f10dae55d3de6354 (patch)
tree482b530da26f5171356af13ce9e0ee640173e778 /include/mbgl/style
parent7ca8fd07e024173e3006ec24b30cf7e3b1af9b02 (diff)
downloadqtlocation-mapboxgl-54b7684baadbf6d2af559b42f10dae55d3de6354.tar.gz
[core] Remove unused declaration
Diffstat (limited to 'include/mbgl/style')
-rw-r--r--include/mbgl/style/source.hpp5
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