mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CTextBox: fix return value of getMaxLineWidth()
m_nMaxLineWidth was never used
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user