(Android EGL) Take out looper snippets

This commit is contained in:
twinaphex 2013-11-03 15:26:30 +01:00
parent 1bc17ca81c
commit 5060b5a379

View File

@ -20,7 +20,6 @@
#include "../gl_common.h" #include "../gl_common.h"
#include <EGL/egl.h> #include <EGL/egl.h>
#include <android/looper.h>
#include "../../frontend/frontend_android.h" #include "../../frontend/frontend_android.h"
#include "../image.h" #include "../image.h"
@ -150,10 +149,6 @@ static bool gfx_ctx_init(void)
goto error; goto error;
} }
ALooper *looper = ALooper_forThread();
if (!looper)
ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
return true; return true;
error: error: