From 69b48429d4801c5032eeeb9d7bbcbfe7982d93b1 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 5 Nov 2012 21:18:20 +0100 Subject: [PATCH] CMsgBox: fix build merge error: mode is not declared Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/694d9954159b6aac278f54d89bb6fe31a713f15e Author: Thilo Graf Date: 2012-11-05 (Mon, 05 Nov 2012) ------------------ This commit was generated by Migit --- src/gui/widget/msgbox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/widget/msgbox.cpp b/src/gui/widget/msgbox.cpp index f1e5c06fe..6d797df8d 100644 --- a/src/gui/widget/msgbox.cpp +++ b/src/gui/widget/msgbox.cpp @@ -213,7 +213,6 @@ CMsgBox::~CMsgBox() void CMsgBox::initVar(void) { //TRACE("->CMsgBox::InitVar\r\n"); - mode = AUTO_WIDTH; m_nResult = mbrYes; m_cTitle = ""; m_cIcon = "";