remove SetTextMaxWidth

This commit is contained in:
Glenn Maynard
2003-12-17 09:58:24 +00:00
parent 62a475f9c7
commit 04aeba8342
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -28,7 +28,6 @@ public:
bool LoadFromTextureAndChars( CString sTexturePath, CString sChars );
void SetText( CString sText, CString sAlternateText = "", int iWrapWidthPixels = -1 );
void SetMaxWidth( float MaxWidth );
void SetTextMaxWidth( float MaxWidth, const CString &text, const CString &alttext = "" ); // deprecated
void SetWrapWidthPixels( int iWrapWidthPixels );
void CropToWidth( int iWidthInSourcePixels );