From 54b7684baadbf6d2af559b42f10dae55d3de6354 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 4 May 2017 14:57:38 -0700 Subject: [core] Remove unused declaration --- include/mbgl/style/source.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/mbgl/style') 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 copy(const std::string& id) const; - optional getAttribution() const; // Private implementation -- cgit v1.2.1