new approach to handling Transport Masters when engine is restarted
[ardour.git] / headless / load_session.cc
index cce6a0ef5a10ec935f03d6b962e44d8d12152352..712e32c168a69f4bbc52966758c9bf50baad623b 100644 (file)
@@ -45,8 +45,6 @@ load_session (string dir, string state)
                ::exit (1);
        }
 
-       init_post_engine ();
-
        if (engine->start () != 0) {
                std::cerr << "Cannot start Audio/MIDI engine\n";
                ::exit (1);