summaryrefslogtreecommitdiff
path: root/android/cpp/native_map_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'android/cpp/native_map_view.cpp')
-rw-r--r--android/cpp/native_map_view.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/android/cpp/native_map_view.cpp b/android/cpp/native_map_view.cpp
index be07ba50e5..4a2e4099a3 100644
--- a/android/cpp/native_map_view.cpp
+++ b/android/cpp/native_map_view.cpp
@@ -610,15 +610,6 @@ void loadExtensions() {
assert(gl::IsVertexArray != nullptr);
}
- if (extensions.find("GL_OES_packed_depth_stencil") != std::string::npos) {
- mbgl::Log::Info(mbgl::Event::OpenGL, "Using GL_OES_packed_depth_stencil.");
- gl::isPackedDepthStencilSupported = true;
- }
-
- if (extensions.find("GL_OES_depth24") != std::string::npos) {
- gl::isDepth24Supported = true;
- }
-
if (extensions.find("GL_KHR_debug") != std::string::npos) {
mbgl::Log::Info(mbgl::Event::OpenGL, "Using GL_KHR_debug.");
gl::DebugMessageControl = reinterpret_cast<gl::PFNGLDEBUGMESSAGECONTROLPROC>(