]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
Misc. corrections
[wxWidgets.git] / samples / controls / controls.cpp
index f06c9955bf5acbb0eae04072dd1ee3ea78c53682..653a78f1b865b4eeb8a1a47f08edfa24a2a5f8d5 100644 (file)
@@ -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);