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
-6
View File
@@ -307,12 +307,6 @@ void BitmapText::SetText( CString sText, CString sAlternateText, int iWrapWidthP
UpdateBaseZoom();
}
void BitmapText::SetTextMaxWidth( float MaxWidth, const CString &text, const CString &alttext )
{
m_fMaxWidth = MaxWidth;
this->SetText(text, alttext);
}
void BitmapText::SetMaxWidth( float MaxWidth )
{
m_fMaxWidth = MaxWidth;