diff options
Diffstat (limited to 'emulator/opengl')
-rw-r--r-- | emulator/opengl/host/libs/Translator/EGL/EglX11Api.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulator/opengl/host/libs/Translator/EGL/EglX11Api.cpp b/emulator/opengl/host/libs/Translator/EGL/EglX11Api.cpp index c362210..129f244 100644 --- a/emulator/opengl/host/libs/Translator/EGL/EglX11Api.cpp +++ b/emulator/opengl/host/libs/Translator/EGL/EglX11Api.cpp @@ -66,7 +66,6 @@ ErrorHandler::~ErrorHandler(){ } int ErrorHandler::errorHandlerProc(EGLNativeDisplayType dpy,XErrorEvent* event){ - android::Mutex::Autolock mutex(s_lock); s_lastErrorCode = event->error_code; return 0; } |