diff --git a/stepmania/src/Steps.cpp b/stepmania/src/Steps.cpp index 0b32522a88..9c0d59a574 100644 --- a/stepmania/src/Steps.cpp +++ b/stepmania/src/Steps.cpp @@ -250,9 +250,7 @@ void Steps::Compress() const return; } - /* We have no file on disk. XXX: check whether there's any memory benefit to storing - * data in SMData form. We don't want to decompress everything on load (much too slow), - * but there may be litle benefit to recompressing here. */ + /* We have no file on disk. Compress the data, if necessary. */ if( m_sNoteDataCompressed.empty() ) { if( !m_bNoteDataIsFilled )