From 8549bf695dfd4cd6dadeba79482b0fb85f82f7d3 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 c25af575bf214c9a75b9d9ac547fa513d3802a5a Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/94a49e3a51e8e38b201612bcb03bd450a970d92d Author: Thilo Graf Date: 2012-11-05 (Mon, 05 Nov 2012) --- 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;