summaryrefslogtreecommitdiff
path: root/include/mbgl/style/source.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-05-08 12:02:16 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2020-05-26 20:35:04 +0300
commita6ea8d01cbfd48ba823d2e80442f741f7fcec328 (patch)
tree9f90e8fed1073549685814154cf1f882cefe15aa /include/mbgl/style/source.hpp
parent6dc4e6029bda7155edf5d23363ba0a0ab1aa42f3 (diff)
downloadqtlocation-mapboxgl-a6ea8d01cbfd48ba823d2e80442f741f7fcec328.tar.gz
[core] Introduce TilesetSource
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 cfb8e1f0dd..3d5b0b1cbb 100644
--- a/include/mbgl/style/source.hpp
+++ b/include/mbgl/style/source.hpp
@@ -175,9 +175,6 @@ public:
protected:
explicit Source(Immutable<Impl>);
- void serializeUrlOrTileSet(Value&, const variant<std::string, Tileset>&) const;
- void serializeTileSet(Value&, const mbgl::Tileset&) const;
-
virtual Mutable<Impl> createMutable() const noexcept = 0;
virtual optional<conversion::Error> setPropertyInternal(const std::string& name,
const conversion::Convertible& value);