From 1fe993e3f7ad7bb1f2670fd811e29cd9aa849e2c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 29 Aug 2005 10:29:03 +0000 Subject: [PATCH] cleanup --- stepmania/src/GraphDisplay.cpp | 1 - 1 file changed, 1 deletion(-) 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) );