summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/raster_tile_data.cpp')
-rw-r--r--src/mbgl/tile/raster_tile_data.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mbgl/tile/raster_tile_data.cpp b/src/mbgl/tile/raster_tile_data.cpp
index cc48b3e155..67cf1a089d 100644
--- a/src/mbgl/tile/raster_tile_data.cpp
+++ b/src/mbgl/tile/raster_tile_data.cpp
@@ -70,7 +70,3 @@ void RasterTileData::setNecessity(Necessity necessity) {
void RasterTileData::cancel() {
workRequest.reset();
}
-
-std::shared_ptr<const std::string> RasterTileData::parseData(std::shared_ptr<const std::string> data) {
- return data;
-}