fix (harmless) VC9 unreachable code warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-09-28 10:32:49 +00:00
parent d2875249ca
commit b23cdb3d89

View File

@ -188,8 +188,6 @@ int IfaceCheckApp::OnRun()
// HELP_SWITCH was passed or a syntax error occurred
return 0;
}
return 1;
}
void IfaceCheckApp::ShowProgress()