summaryrefslogtreecommitdiff
path: root/include/mbgl/style/source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/source.hpp')
-rw-r--r--include/mbgl/style/source.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/style/source.hpp b/include/mbgl/style/source.hpp
index f2dfb6a896..e49f1fc273 100644
--- a/include/mbgl/style/source.hpp
+++ b/include/mbgl/style/source.hpp
@@ -6,7 +6,6 @@
#include <mbgl/util/range.hpp>
#include <mbgl/util/any.hpp>
#include <mbgl/style/types.hpp>
-#include <mbgl/style/query.hpp>
#include <memory>
#include <string>
@@ -59,8 +58,6 @@ public:
optional<std::string> getAttribution() const;
optional<Range<uint8_t>> getZoomRange() const;
- std::vector<Feature> querySourceFeatures(const SourceQueryOptions& options = {});
-
// Private implementation
class Impl;
const std::unique_ptr<Impl> baseImpl;