summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform')
-rw-r--r--include/mbgl/platform/gl.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mbgl/platform/gl.hpp b/include/mbgl/platform/gl.hpp
index 78f5ba0874..1b842b0804 100644
--- a/include/mbgl/platform/gl.hpp
+++ b/include/mbgl/platform/gl.hpp
@@ -144,14 +144,6 @@ extern PFNGLDELETEVERTEXARRAYSPROC DeleteVertexArrays;
extern PFNGLGENVERTEXARRAYSPROC GenVertexArrays;
extern PFNGLISVERTEXARRAYPROC IsVertexArray;
-// GL_EXT_packed_depth_stencil / GL_OES_packed_depth_stencil
-extern bool isPackedDepthStencilSupported;
-#define GL_DEPTH24_STENCIL8 0x88F0
-
-// GL_OES_depth24
-extern bool isDepth24Supported;
-#define GL_DEPTH_COMPONENT24 0x81A6
-
// Debug group markers, useful for debugging on iOS
#if defined(DEBUG)
// static int indent = 0;