remove unused StrokeIsUnder

This commit is contained in:
Chris Danford
2008-07-04 22:44:20 +00:00
parent 258a25c6e0
commit 3175fcc1aa
3 changed files with 6 additions and 25 deletions
-2
View File
@@ -229,7 +229,6 @@ Font::Font()
m_pDefault = NULL;
m_bRightToLeft = false;
m_DefaultStrokeColor = RageColor(1,1,1,1);
m_bStrokeIsUnder = true;
}
Font::~Font()
@@ -694,7 +693,6 @@ void Font::Load( const RString &sIniPath, RString sChars )
RString s;
if( ini.GetValue( "main", "DefaultStrokeColor", s ) )
m_DefaultStrokeColor.FromString( s );
ini.GetValue( "main", "StrokeIsUnder", m_bStrokeIsUnder );
}
{