From 39d435c18626e2c9f741b1d370232985255a924f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Dec 2006 04:05:58 +0000 Subject: [PATCH] unneeded --- stepmania/src/RageSound.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 38e23fe1c1..0eaffd48c9 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -574,10 +574,6 @@ bool RageSound::SetPositionFrames( int iFrames ) return false; } - /* If we're already there, don't do anything. */ - if( m_iSourceFrame == iFrames ) - return true; - int iRet = m_pSource->SetPosition( iFrames ); if( iRet == -1 ) {