From b31e8e1cee358744d2f5d4f410b38f13adcf889e Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 27 May 2019 18:46:05 +1000 Subject: [PATCH] [client] egl: remove accidental commit of debug code --- VERSION | 2 +- client/renderers/EGL/egl.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 0c8a86af..0f635eb1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-rc3-4-ga53d7bcd30+1 \ No newline at end of file +B1-rc3-4-gf0923c4ed7+1 \ No newline at end of file diff --git a/client/renderers/EGL/egl.c b/client/renderers/EGL/egl.c index 9e562b66..435971cb 100644 --- a/client/renderers/EGL/egl.c +++ b/client/renderers/EGL/egl.c @@ -433,10 +433,6 @@ bool egl_render_startup(void * opaque, SDL_Window * window) return false; } - EGLint value; - eglQueryContext(this->display, this->context, EGL_RENDER_BUFFER, &value); - DEBUG_INFO("%x", value); - eglMakeCurrent(this->display, this->surface, this->surface, this->context); DEBUG_INFO("Vendor : %s", glGetString(GL_VENDOR ));