From 5270b2ffbd4fca75f93e7052bd928ebed3ea272a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 20 Mar 2019 16:24:36 +0100 Subject: [core] move supportsHalfFloatTextures to gfx::Context --- src/mbgl/gl/context.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mbgl/gl/context.hpp') diff --git a/src/mbgl/gl/context.hpp b/src/mbgl/gl/context.hpp index a676c72f06..74ea2c076e 100644 --- a/src/mbgl/gl/context.hpp +++ b/src/mbgl/gl/context.hpp @@ -166,8 +166,6 @@ public: State pixelTransferStencil; #endif // MBGL_USE_GLES2 - bool supportsHalfFloatTextures = false; - private: State stencilFunc; State stencilMask; -- cgit v1.2.1