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 c8410eec9c
commit 152862a576
1 changed files with 0 additions and 3 deletions

View File

@ -232,9 +232,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);