summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/raster_source_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/sources/raster_source_impl.hpp')
-rw-r--r--src/mbgl/style/sources/raster_source_impl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/style/sources/raster_source_impl.hpp b/src/mbgl/style/sources/raster_source_impl.hpp
index 0a58953ab7..c41d5485b2 100644
--- a/src/mbgl/style/sources/raster_source_impl.hpp
+++ b/src/mbgl/style/sources/raster_source_impl.hpp
@@ -15,7 +15,6 @@ public:
uint16_t getTileSize() const;
optional<std::string> getAttribution() const final;
- std::unique_ptr<RenderSource> createRenderSource() const final;
private:
uint16_t tileSize;