Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "[Android] Fix Android not calling eglSwapBuffers"
This reverts commit d12cc39.
  • Loading branch information
RyanHoudek committed Jan 29, 2014
1 parent d12cc39 commit f28cd62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/Core/DolphinWX/GLInterface/Platform.cpp
Expand Up @@ -119,9 +119,6 @@ bool cPlatform::SelectDisplay(void)
XCloseDisplay(GLWin.dpy);
}
}
#endif
#if ANDROID
selected_platform = EGL_PLATFORM_ANDROID;
#endif
if (selected_platform == EGL_PLATFORM_NONE)
return false;
Expand Down Expand Up @@ -233,7 +230,4 @@ cPlatform::SwapBuffers()
if (cPlatform::platform == EGL_PLATFORM_X11)
XInterface.SwapBuffers();
#endif
#if ANDROID
eglSwapBuffers(GLWin.egl_dpy, GLWin.egl_surf);
#endif
}

0 comments on commit f28cd62

Please sign in to comment.