diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 85b59f9a49..a4e3b48c3d 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -672,9 +672,6 @@ void SetupExtensions() if( g_b4BitPalettesWork ) // don't bother if the last one failed CheckPalettedTextures( true ); CheckReversePackedPixels(); - - // Checks for known bad drivers - CString sRenderer = (const char*)glGetString(GL_RENDERER); } void DumpOpenGLDebugInfo()