diff --git a/stepmania/src/GraphDisplay.cpp b/stepmania/src/GraphDisplay.cpp index 574c7aa530..6c10a07d8d 100644 --- a/stepmania/src/GraphDisplay.cpp +++ b/stepmania/src/GraphDisplay.cpp @@ -15,7 +15,6 @@ GraphDisplay::GraphDisplay() m_pTexture = NULL; } -/* Draw the graph as a z-buffer mask. */ void GraphDisplay::Load( const CString &TexturePath, const CString &sJustBarelyPath ) { memset( m_Values, 0, sizeof(m_Values) );