summaryrefslogtreecommitdiff
path: root/src/mbgl/shader
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-13 19:48:00 +1100
committerLeith Bade <leith@mapbox.com>2015-01-13 19:48:00 +1100
commitaa955171d70f1fddc1e4531b9df32a3cfd5caf93 (patch)
treec8dcda23fae2e64788ea6d42d1b6f9395a31c8a7 /src/mbgl/shader
parentf6da4bb28aa961bd0f8ab869da0a0f7e570df9e2 (diff)
downloadqtlocation-mapboxgl-aa955171d70f1fddc1e4531b9df32a3cfd5caf93.tar.gz
remove extra line
Diffstat (limited to 'src/mbgl/shader')
-rw-r--r--src/mbgl/shader/shader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/shader/shader.cpp b/src/mbgl/shader/shader.cpp
index d39e1f62e9..6e52126aa9 100644
--- a/src/mbgl/shader/shader.cpp
+++ b/src/mbgl/shader/shader.cpp
@@ -34,7 +34,6 @@ Shader::Shader(const char *name_, const GLchar *vertSource, const GLchar *fragSo
binaryFile.read(reinterpret_cast<char *>(&binaryLength), sizeof(binaryLength));
binaryFile.read(reinterpret_cast<char *>(&binaryFormat), sizeof(binaryFormat));
-
GLint numBinaryFormats;
MBGL_CHECK_ERROR(glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS, &numBinaryFormats));