summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/raster_tile.hpp')
-rw-r--r--src/mbgl/tile/raster_tile.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/tile/raster_tile.hpp b/src/mbgl/tile/raster_tile.hpp
index 32231f7b03..67618a39cb 100644
--- a/src/mbgl/tile/raster_tile.hpp
+++ b/src/mbgl/tile/raster_tile.hpp
@@ -35,7 +35,6 @@ public:
Bucket* getBucket(const style::Layer&) override;
private:
- gl::TexturePool& texturePool;
Worker& worker;
TileLoader<RasterTile> loader;