From 94a49e3a51e8e38b201612bcb03bd450a970d92d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 5 Nov 2012 22:04:42 +0100 Subject: [PATCH] CTextBox: remove dub var revert of 6016c60b4c7e61e73c0e932c752c4303780c7f6a --- src/gui/widget/textbox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/widget/textbox.cpp b/src/gui/widget/textbox.cpp index fe86218be..fb19beddb 100644 --- a/src/gui/widget/textbox.cpp +++ b/src/gui/widget/textbox.cpp @@ -146,7 +146,6 @@ void CTextBox::initVar(void) m_showTextFrame = 0; m_nNrOfNewLine = 0; m_nMaxLineWidth = 0; - m_nMaxTextWidth = 0; m_cText = ""; m_nMode = SCROLL;