MemoryCardManager::TryMountAllCards gone

This commit is contained in:
Glenn Maynard
2005-01-28 00:08:16 +00:00
parent a930c41ed7
commit f8a00af09f
3 changed files with 10 additions and 20 deletions
-14
View File
@@ -233,20 +233,6 @@ void MemoryCardManager::UnlockCards()
m_pDriver->SetMountThreadState( MemoryCardDriver::detect_and_mount );
}
/* Used by TransferStatsFromMachine, TransferStatsToMachine, and PlayersFinalized()
* just before reading the profile. Should block. */
void MemoryCardManager::TryMountAllCards()
{
FOREACH_EnabledPlayer( p )
{
if( m_Device[p].IsBlank() ) // they don't have an assigned card
continue;
MountCard( p );
}
}
/* Called in EndGame just before writing the profile. Should block. */
void MemoryCardManager::MountUsedCard( PlayerNumber pn )
{