mirror of
https://github.com/libretro/RetroArch
synced 2025-01-11 00:59:56 +00:00
Drop useless gl error check.
This commit is contained in:
parent
50a538b120
commit
613c86be68
@ -50,14 +50,6 @@ static inline bool gl_check_error(void)
|
||||
case GL_INVALID_OPERATION:
|
||||
RARCH_ERR("GL: Invalid operation.\n");
|
||||
break;
|
||||
#ifndef HAVE_OPENGLES20
|
||||
case GL_STACK_OVERFLOW:
|
||||
RARCH_ERR("GL: Stack overflow. (wtf)\n");
|
||||
break;
|
||||
case GL_STACK_UNDERFLOW:
|
||||
RARCH_ERR("GL: Stack underflow. (:v)\n");
|
||||
break;
|
||||
#endif
|
||||
case GL_OUT_OF_MEMORY:
|
||||
RARCH_ERR("GL: Out of memory. Harhar.\n");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user