remove unnecessary calls to Application::ready

This commit is contained in:
Paul Davis 2019-12-14 10:27:10 -07:00
parent dd509d1eca
commit 346c2ee3fe

View File

@ -151,12 +151,6 @@ StartupFSM::start ()
}
DEBUG_TRACE (DEBUG::GuiStartup, string_compose (X_("State after startup: %1\n"), enum_2_string (_state)));
/* this may cause the delivery of ShouldLoad etc if we were invoked in
* particular ways. It will happen when the event loop runs again.
*/
Application::instance()->ready ();
}
void