ogl: remove obsolete code

This commit is contained in:
degasus 2013-09-03 18:51:30 +02:00
parent 0255e13912
commit 7e1959a200
1 changed files with 2 additions and 5 deletions

View File

@ -1576,11 +1576,8 @@ void Renderer::Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight,cons
GL_REPORT_ERRORD();
// Clear framebuffer
if(!g_ActiveConfig.bAnaglyphStereo)
{
glClearColor(0, 0, 0, 0);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
}
GL_REPORT_ERRORD();