X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91f2c1540f435b4e0546f8404e97571cb04b4fd8..684761db46d96d4a919d8e94edd1e9065978e675:/samples/controls/controls.cpp 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);