remove IsStreamingFromDisk

This commit is contained in:
Glenn Maynard
2006-12-23 07:15:32 +00:00
parent cc043b3d16
commit 00f371fa7c
10 changed files with 0 additions and 19 deletions
-10
View File
@@ -250,16 +250,6 @@ void RageSoundReader_Chain::ReleaseSound( Sound *s )
m_apActiveSounds.erase( it );
}
bool RageSoundReader_Chain::IsStreamingFromDisk() const
{
map<RString, RageSoundReader *>::const_iterator it;
FOREACH_CONST( RageSoundReader *, m_apLoadedSounds, it )
if( (*it)->IsStreamingFromDisk() )
return true;
return false;
}
bool RageSoundReader_Chain::SetProperty( const RString &sProperty, float fValue )
{
bool bRet = false;