From 0f7c6b0b52ac76db3bb0064b4230229d9def62a8 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 12 May 2015 15:08:12 -0700 Subject: Remove unused GL feature flags These were used only for prerendered textures, which were removed. --- include/mbgl/platform/gl.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/mbgl') 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; -- cgit v1.2.1