From cc78b74098e02311cc646fe5b82c13641ff705fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 29 Sep 2016 15:32:48 +0200 Subject: [core] remove dependence on gl.h types --- include/mbgl/gl/gl.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/mbgl/gl') diff --git a/include/mbgl/gl/gl.hpp b/include/mbgl/gl/gl.hpp index aa03c48f7f..c849a935c2 100644 --- a/include/mbgl/gl/gl.hpp +++ b/include/mbgl/gl/gl.hpp @@ -86,8 +86,3 @@ extern ExtensionFunction } // namespace gl } // namespace mbgl - -#ifdef GL_ES_VERSION_2_0 - #define glClearDepth glClearDepthf - #define glDepthRange glDepthRangef -#endif -- cgit v1.2.1