diff --git a/stepmania/src/PercentageDisplay.cpp b/stepmania/src/PercentageDisplay.cpp index c4a32ce83f..7c95f29aba 100644 --- a/stepmania/src/PercentageDisplay.cpp +++ b/stepmania/src/PercentageDisplay.cpp @@ -55,13 +55,6 @@ void PercentageDisplay::Load( const PlayerState *pPlayerState, const PlayerStage Refresh(); } -void PercentageDisplay::TweenOffScreen() -{ - m_textPercent.PlayCommand( "Off" ); - if( !PREFSMAN->m_bDancePointsForOni && (bool)PERCENT_USE_REMAINDER ) - m_textPercentRemainder.PlayCommand( "Off" ); -} - void PercentageDisplay::Update( float fDeltaTime ) { ActorFrame::Update( fDeltaTime ); diff --git a/stepmania/src/PercentageDisplay.h b/stepmania/src/PercentageDisplay.h index 8d27531c2f..9bb6d6cc34 100644 --- a/stepmania/src/PercentageDisplay.h +++ b/stepmania/src/PercentageDisplay.h @@ -17,7 +17,6 @@ public: PercentageDisplay(); void Load( const PlayerState *pPlayerState, const PlayerStageStats *pPlayerStageStats, const CString &sMetricsGroup, bool bAutoRefresh ); void Update( float fDeltaTime ); - void TweenOffScreen(); static CString FormatPercentScore( float fPercentDancePoints );