From 0e2503558302cb81b0a53a1a9721fac518029ae9 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 13 Sep 2003 20:18:04 +0000 Subject: [PATCH] remove debug garbage --- stepmania/src/BitmapText.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index 045a796fd2..c9a626f56f 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -211,9 +211,6 @@ void BitmapText::DrawChars() unsigned uStartGlyph = SCALE( m_temp.crop.left, 0.f, 1.f, 0, uNumGlyphs ); unsigned uEndGlyph = SCALE( m_temp.crop.right, 0.f, 1.f, uNumGlyphs, 0 ); - if( m_temp.crop.right > 0 ) - int skjdks = 0; - for(unsigned start = uStartGlyph; start < uEndGlyph; ) { unsigned end = start;