From: Vadim Zeitlin Date: Wed, 30 Jul 2003 11:41:57 +0000 (+0000) Subject: warning fix (bug 714677) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0f159c531e431c58e6301d1b636390223ce05d8c?ds=inline warning fix (bug 714677) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/controls/controls.cpp b/samples/controls/controls.cpp index f06c9955bf..653a78f1b8 100644 --- a/samples/controls/controls.cpp +++ b/samples/controls/controls.cpp @@ -553,8 +553,6 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) wxPoint(0, 250), wxSize(100, 50), wxTE_MULTILINE); m_text->SetBackgroundColour(wxT("wheat")); - if ( 0 ) - wxLog::AddTraceMask(_T("focus")); m_logTargetOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_text)); m_notebook = new wxNotebook(this, ID_NOTEBOOK);