summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-21 23:46:50 +1300
committerLeith Bade <leith@mapbox.com>2014-12-21 23:46:50 +1300
commit0a031e1ab0fe3c8865fd3483f6f2659804dd2676 (patch)
treeb671db5567933cfd0a5c327bfe9961849b733501 /include
parent9ce00420a3337dfcdc174a74822808fd024f5a0b (diff)
downloadqtlocation-mapboxgl-0a031e1ab0fe3c8865fd3483f6f2659804dd2676.tar.gz
Remove unused member
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/default/headless_view.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp
index f136f58ea8..a521cff547 100644
--- a/include/mbgl/platform/default/headless_view.hpp
+++ b/include/mbgl/platform/default/headless_view.hpp
@@ -59,7 +59,6 @@ private:
GLuint fbo = 0;
GLuint fboDepthStencil = 0;
GLuint fboColor = 0;
- bool usingGl3OrNewer = false;
};
}