diff --git a/stepmania/src/RageSounds.cpp b/stepmania/src/RageSounds.cpp index 59cd56cbaf..f7649222e8 100644 --- a/stepmania/src/RageSounds.cpp +++ b/stepmania/src/RageSounds.cpp @@ -61,10 +61,6 @@ RageSounds::~RageSounds() void StartQueuedMusic( const RageTimer &when ) { - if( g_MusicToPlay.file.size() == 0 ) - return; /* nothing to do */ - - /* Go. */ g_HasTiming = g_MusicToPlay.HasTiming; g_TimingDelayed = true; @@ -227,9 +223,6 @@ void RageSounds::PlayMusic( const CString &file, const CString &timing_file, boo if( !g_HasTiming && !g_UpdatingTimer ) StartImmediately = true; - if( g_MusicToPlay.file == "" ) - return; - RageTimer when; /* zero */ if( !StartImmediately ) {