remove unused

This commit is contained in:
Glenn Maynard
2006-11-09 07:44:31 +00:00
parent 49d80d7690
commit 93e85f9125
2 changed files with 0 additions and 12 deletions
-10
View File
@@ -1738,16 +1738,6 @@ Premium GameState::GetPremium() const
return PREFSMAN->m_Premium;
}
bool GameState::IsPlayerInDanger( const PlayerState *pPlayerState ) const
{
return pPlayerState->m_HealthState == PlayerState::DANGER;
}
bool GameState::IsPlayerDead( const PlayerState *pPlayerState ) const
{
return pPlayerState->m_HealthState == PlayerState::DEAD;
}
float GameState::GetGoalPercentComplete( PlayerNumber pn )
{
const Profile *pProfile = PROFILEMAN->GetProfile(pn);
-2
View File
@@ -176,8 +176,6 @@ public:
void UpdateSongPosition( float fPositionSeconds, const TimingData &timing, const RageTimer &timestamp = RageZeroTimer );
float GetSongPercent( float beat ) const;
bool IsPlayerInDanger( const PlayerState *pPlayerState ) const;
bool IsPlayerDead( const PlayerState *pPlayerState ) const;
bool AllAreInDangerOrWorse() const;
bool AllHumanHaveComboOf30OrMoreMisses() const;
bool OneIsHot() const;