From a73801453863db93c0dd9efb759b4ab23df26e57 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 10 Jan 2003 03:54:29 +0000 Subject: [PATCH] remove comments --- stepmania/src/Font.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stepmania/src/Font.cpp b/stepmania/src/Font.cpp index 8964c45f56..c42e0671c7 100644 --- a/stepmania/src/Font.cpp +++ b/stepmania/src/Font.cpp @@ -203,8 +203,7 @@ int Font::GetLineHeightInSourcePixels( const lstring &szLine ) const /* The spacing of a line is the spacing of its tallest used font page. XXX */ for( unsigned i=0; iheight); -// iLineSpacing = max(iLineSpacing, def->LineSpacing); -// ? + return iLineHeight; } @@ -215,8 +214,7 @@ int Font::GetLineSpacingInSourcePixels( const lstring &szLine ) const /* The spacing of a line is the spacing of its tallest used font page. XXX */ for( unsigned i=0; iLineSpacing); -// iLineSpacing = max(iLineSpacing, def->LineSpacing); -// ? + return iLineSpacing; }