]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/helpview/helpview.cpp
focus propagation, fixes #10047
[wxWidgets.git] / samples / html / helpview / helpview.cpp
index 3cb2b9bc4d25aa92c196f62cac1f653432653afa..ba4c62925decc493e010b3605e01d6f20ba1a9b3 100644 (file)
@@ -53,9 +53,6 @@ IMPLEMENT_APP(MyApp)
 
 bool MyApp::OnInit()
 {
-    if ( !wxApp::OnInit() )
-        return false;
-
 #ifdef __WXMOTIF__
     delete wxLog::SetActiveTarget(new wxLogStderr); // So dialog boxes aren't used
 #endif