From 2046ab5261aa9e88d1bed115a40c8bce57a8a742 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 30 Oct 2004 07:42:03 +0000 Subject: [PATCH] nah --- stepmania/src/Steps.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/Steps.cpp b/stepmania/src/Steps.cpp index ecc818076c..9504835901 100644 --- a/stepmania/src/Steps.cpp +++ b/stepmania/src/Steps.cpp @@ -87,8 +87,7 @@ void Steps::SetSMNoteData( const CString ¬es_comp_ ) m_uHash = GetHashForString( notes_comp ); } -/* XXX: this function should pull data from cache, like Decompress(); but maybe - * we can just get rid of this ... */ +/* XXX: this function should pull data from cache, like Decompress() */ void Steps::GetSMNoteData( CString ¬es_comp_out ) const { if( notes_comp.empty() )