summaryrefslogtreecommitdiff
path: root/test
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 /test
parent9b533eb916b8332178a4b7f853044a63fcc72a98 (diff)
downloadqtlocation-mapboxgl-699076c2fa67c11901a2a18c186debed67b8b6e6.tar.gz
[core] Remove TexturePool from style::UpdateParameters (#5442)
Diffstat (limited to 'test')
-rw-r--r--test/style/source.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/style/source.cpp b/test/style/source.cpp
index 6afa5073d4..d31474712e 100644
--- a/test/style/source.cpp
+++ b/test/style/source.cpp
@@ -15,7 +15,6 @@
#include <mbgl/map/transform.hpp>
#include <mbgl/util/worker.hpp>
-#include <mbgl/gl/texture_pool.hpp>
#include <mbgl/style/style.hpp>
#include <mbgl/style/update_parameters.hpp>
#include <mbgl/style/layers/line_layer.hpp>
@@ -33,7 +32,6 @@ public:
Transform transform;
TransformState transformState;
Worker worker { 1 };
- gl::TexturePool texturePool;
AnnotationManager annotationManager { 1.0 };
style::Style style { fileSource, 1.0 };
@@ -44,7 +42,6 @@ public:
transformState,
worker,
fileSource,
- texturePool,
true,
MapMode::Continuous,
annotationManager,