(Apple) apple_gfx_ctx_init - Get rid of log messages
This commit is contained in:
parent
9bcd163b04
commit
c97e1113f6
|
@ -89,9 +89,6 @@ static bool apple_gfx_ctx_init(void *data)
|
|||
{
|
||||
(void)data;
|
||||
|
||||
RARCH_LOG("Minor: %d\n", g_minor);
|
||||
RARCH_LOG("Major: %d\n", g_major);
|
||||
|
||||
#ifdef OSX
|
||||
|
||||
NSOpenGLPixelFormatAttribute attributes [] = {
|
||||
|
|
Loading…
Reference in New Issue