From 7c6321d4a8a6903d42e08cf45d7651ca6d91e88b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 10 Jan 2004 10:57:50 +0000 Subject: [PATCH] simplify --- stepmania/src/RageSounds.cpp | 7 ------- 1 file changed, 7 deletions(-) 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 ) {