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;