removed tracing from html sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-01-20 11:27:48 +00:00
parent 349d19426c
commit 1914413921

View File

@@ -131,7 +131,6 @@ class BoldProcessor : public wxHtmlProcessor
// `Main program' equivalent: the program execution "starts" here
bool MyApp::OnInit()
{
wxLog::AddTraceMask(wxT("strconv"));
#if wxUSE_SYSTEM_OPTIONS
wxSystemOptions::SetOption(wxT("no-maskblt"), 1);
#endif