remove unused parameter

This commit is contained in:
Glenn Maynard
2003-01-18 09:35:08 +00:00
parent 49ffa7b45f
commit f903ac8f30
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
bool LoadFromFont( CString sFontName );
bool LoadFromNumbers( CString sTexturePath ) { return LoadFromTextureAndChars(sTexturePath,"0123456789%. :x"); };
bool LoadFromTextureAndChars( CString sTexturePath, CString sChars );
void SetText( CString sText, bool DoSubst = true );
void SetText( CString sText );
int GetWidestLineWidthInSourcePixels() { return m_iWidestLineWidth; };
void CropToWidth( int iWidthInSourcePixels );