Remove pointless wxSafeYield in FrameMain's constructor

This was needed to make the splash screen appear, and was missed when
the splash screen was killed.
This commit is contained in:
Thomas Goyne 2014-03-25 07:34:15 -07:00
parent 523d858374
commit b5a8217fcd
1 changed files with 0 additions and 3 deletions

View File

@ -233,9 +233,6 @@ FrameMain::FrameMain()
StartupLog("Install PNG handler");
wxImage::AddHandler(new wxPNGHandler);
#ifndef __APPLE__
wxSafeYield();
#endif
StartupLog("Apply saved Maximized state");
if (OPT_GET("App/Maximized")->GetBool()) Maximize(true);