summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-22 12:32:06 -0700
committerGitHub <noreply@github.com>2016-06-22 12:32:06 -0700
commit699076c2fa67c11901a2a18c186debed67b8b6e6 (patch)
treecd4ac9f34671c39b3968d340e5238552752c0a53 /src/mbgl/tile
parent9b533eb916b8332178a4b7f853044a63fcc72a98 (diff)
downloadqtlocation-mapboxgl-699076c2fa67c11901a2a18c186debed67b8b6e6.tar.gz
[core] Remove TexturePool from style::UpdateParameters (#5442)
Diffstat (limited to 'src/mbgl/tile')
-rw-r--r--src/mbgl/tile/raster_tile.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/tile/raster_tile.hpp b/src/mbgl/tile/raster_tile.hpp
index 67618a39cb..496edda6b3 100644
--- a/src/mbgl/tile/raster_tile.hpp
+++ b/src/mbgl/tile/raster_tile.hpp
@@ -9,8 +9,6 @@ namespace mbgl {
class AsyncRequest;
class Tileset;
-namespace gl { class TexturePool; }
-
namespace style {
class Layer;
class UpdateParameters;