remove XXX: Fail() is no longer tricky

This commit is contained in:
Glenn Maynard
2005-12-23 05:24:23 +00:00
parent ee14402dd8
commit eb151cf9d3
-1
View File
@@ -837,7 +837,6 @@ bool RageSound::SetPositionFrames( int iFrames )
if( iRet == -1 )
{
/* XXX untested */
Fail( m_pSource->GetError() );
return false; /* failed */
}