summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-02 00:52:43 +1100
committerLeith Bade <leith@mapbox.com>2014-12-02 00:52:43 +1100
commit8f60624becbca685369925794d377d401652f761 (patch)
tree5bab6159addc4916bf0637255337ee9ce80e439f /include
parent6998c6ecb98090df1f4925442333c369b997b4d8 (diff)
downloadqtlocation-mapboxgl-8f60624becbca685369925794d377d401652f761.tar.gz
Fix import problem
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/gl.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mbgl/platform/gl.hpp b/include/mbgl/platform/gl.hpp
index ff5d973d3e..02fd64b9a1 100644
--- a/include/mbgl/platform/gl.hpp
+++ b/include/mbgl/platform/gl.hpp
@@ -8,11 +8,6 @@
#if TARGET_OS_IPHONE
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
- // #define glGenVertexArrays glGenVertexArraysOES
- // #define glBindVertexArray glBindVertexArrayOES
- // #define glDeleteVertexArrays glDeleteVertexArraysOES
- // #define GL_ARB_vertex_array_object 1
- // #define GL_DEPTH24_STENCIL8 GL_DEPTH24_STENCIL8_OES
#elif TARGET_IPHONE_SIMULATOR
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
@@ -26,7 +21,6 @@
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#else
- #define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glext.h>
#endif