From 0b6f9ab4b51c29c35dbf7e53470bb2e122748bf4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 29 Jul 2006 19:29:19 +0000 Subject: [PATCH] remove comment --- stepmania/src/RageDisplay_OGL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 564611b505..0953bb7f10 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -1443,7 +1443,6 @@ void RageDisplay_OGL::SetBlendMode( BlendMode mode ) glBlendFunc( GL_ONE, GL_ONE ); break; case BLEND_NO_EFFECT: - /* XXX: Would it be faster and have the same effect to say glDisable(GL_COLOR_WRITEMASK)? */ glBlendFunc( GL_ZERO, GL_ONE ); break; default: