mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 06:11:46 +00:00
[client] egl: remove accidental commit of debug code
This commit is contained in:
parent
f0923c4ed7
commit
b31e8e1cee
2 changed files with 1 additions and 5 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-rc3-4-ga53d7bcd30+1
|
||||
B1-rc3-4-gf0923c4ed7+1
|
|
@ -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 ));
|
||||
|
|
Loading…
Reference in a new issue