summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/raster_tile_data.hpp')
-rw-r--r--src/mbgl/tile/raster_tile_data.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/tile/raster_tile_data.hpp b/src/mbgl/tile/raster_tile_data.hpp
index bbd033230d..ef9e29c0d7 100644
--- a/src/mbgl/tile/raster_tile_data.hpp
+++ b/src/mbgl/tile/raster_tile_data.hpp
@@ -34,8 +34,6 @@ public:
void cancel() override;
Bucket* getBucket(const style::Layer&) override;
- static std::shared_ptr<const std::string> parseData(std::shared_ptr<const std::string>);
-
private:
gl::TexturePool& texturePool;
Worker& worker;