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() )