CTextBox: fix return value of getMaxLineWidth()

m_nMaxLineWidth was never used
This commit is contained in:
2014-08-03 15:07:06 +02:00
committed by [CST] Focus
parent 0806a2c30d
commit f902c7a1e3
2 changed files with 2 additions and 3 deletions

View File

@@ -146,7 +146,6 @@ void CTextBox::initVar(void)
m_showTextFrame = 0;
m_nNrOfNewLine = 0;
m_nMaxLineWidth = 0;
m_cText = "";
m_nMode = m_old_nMode = SCROLL;