(Playbook) Removing offending piece of code that was causing all

the problems
This commit is contained in:
twinaphex 2013-02-27 08:22:48 +01:00
parent fbb83564ef
commit 9b9c280f2b

View File

@ -142,16 +142,6 @@ static bool gfx_ctx_init(void)
goto error;
}
#if 0
int var = eglGetConfigAttrib(g_egl_dpy, egl_config, EGL_NATIVE_VISUAL_ID, &format);
if (!var)
{
RARCH_ERR("eglGetConfigAttrib failed: %d.\n", var);
goto error;
}
#endif
if ((g_egl_ctx = eglCreateContext(g_egl_dpy, egl_config, 0, context_attributes)) == EGL_NO_CONTEXT)
{
RARCH_ERR("eglCreateContext failed.\n");