summaryrefslogtreecommitdiff
path: root/include/mbgl/renderer
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-08-26 15:14:58 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-08-26 15:15:33 -0700
commit489b6642322065111c41bccbcda8ee92ef1f2a44 (patch)
treead0314c48c0bed0ab2df2d8430a9f7c42a651ca7 /include/mbgl/renderer
parent073d1fc9e886e88925176df193eb5eff1dac7675 (diff)
downloadqtlocation-mapboxgl-489b6642322065111c41bccbcda8ee92ef1f2a44.tar.gz
Remove unused
Diffstat (limited to 'include/mbgl/renderer')
-rw-r--r--include/mbgl/renderer/painter.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/renderer/painter.hpp b/include/mbgl/renderer/painter.hpp
index eb5f427898..fcbafc52d5 100644
--- a/include/mbgl/renderer/painter.hpp
+++ b/include/mbgl/renderer/painter.hpp
@@ -184,12 +184,9 @@ public:
};
VertexArrayObject coveringPlainArray;
- VertexArrayObject coveringPatternArray;
VertexArrayObject coveringRasterArray;
VertexArrayObject coveringGaussianArray;
- VertexArrayObject matteArray;
-
// Set up the tile boundary lines we're using to draw the tile outlines.
StaticVertexBuffer tileBorderBuffer = {
{ 0, 0 },