diff --git a/stepmania/src/Font.cpp b/stepmania/src/Font.cpp index f7746a789f..5401395e4d 100644 --- a/stepmania/src/Font.cpp +++ b/stepmania/src/Font.cpp @@ -192,13 +192,6 @@ int Font::GetLineWidthInSourcePixels( const wstring &szLine ) const for( unsigned i=0; i 0 ) - { - /* Add overdraw. */ - iLineWidth += GetGlyph(szLine[0]).m_pPage->m_iDrawExtraPixelsLeft; - iLineWidth += GetGlyph(szLine[szLine.size()-1]).m_pPage->m_iDrawExtraPixelsRight; - } - return iLineWidth; }