From 48fcd2887fafb1c2d2d91a47e1738f334507e185 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 29 Apr 2005 20:12:02 +0000 Subject: [PATCH] remove the 100% hack now that the text doesn't overlap --- stepmania/src/PaneDisplay.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 1bd66b0e0c..c23fe20217 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -313,8 +313,6 @@ void PaneDisplay::SetContent( PaneContents c ) * be any higher, we don't need to display the decimal places. * Display 1.0 as "100%" instead. */ str = PercentageDisplay::FormatPercentScore( val ); - if( str == "100.00%" ) - str = "100%"; break; case SONG_NUM_STEPS: case SONG_JUMPS: