Remove XSync from X11_GL_MakeCurrent() function

This commit is contained in:
Sam Lantinga 2013-03-01 11:27:01 -08:00
parent 932ea49e88
commit c6dc8b64e7

View file

@ -642,7 +642,6 @@ X11_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context)
SDL_SetError("Unable to make GL context current");
status = -1;
}
XSync(display, False);
return (status);
}