remove never used ForceFail

This commit is contained in:
Glenn Maynard
2006-11-09 04:17:16 +00:00
parent 1bd7c3c480
commit 280d09bc2e
7 changed files with 0 additions and 22 deletions
-6
View File
@@ -166,12 +166,6 @@ float LifeMeterBattery::GetLife() const
return float(m_iLivesLeft) / GAMESTATE->m_SongOptions.GetSong().m_iBatteryLives;
}
void LifeMeterBattery::ForceFail()
{
m_iLivesLeft = 0;
Refresh();
}
void LifeMeterBattery::Refresh()
{
if( m_iLivesLeft <= 4 )