summaryrefslogtreecommitdiff
path: root/include/mbgl/style
diff options
context:
space:
mode:
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