From 346c2ee3fe904c391ff9249dd71e4b4d8a910a6f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 14 Dec 2019 10:27:10 -0700 Subject: remove unnecessary calls to Application::ready --- gtk2_ardour/startup_fsm.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk2_ardour/startup_fsm.cc b/gtk2_ardour/startup_fsm.cc index 5183673147..ac26640a36 100644 --- a/gtk2_ardour/startup_fsm.cc +++ b/gtk2_ardour/startup_fsm.cc @@ -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 -- cgit v1.2.3