diff --git a/stepmania/src/tests/test_audio_readers.cpp b/stepmania/src/tests/test_audio_readers.cpp index 8249464b30..1e76404dd1 100644 --- a/stepmania/src/tests/test_audio_readers.cpp +++ b/stepmania/src/tests/test_audio_readers.cpp @@ -490,8 +490,6 @@ bool RunTests( SoundReader *snd, const TestFile &tf ) return false; } - /* Seek to a spot that lies exactly on a TOC entry, to check the - * case that SetPosition_hard doesn't actually have to do anything. */ return true; }