From c60d8cf747421fc3acbba1719c7d913ab548ccdf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Jan 2019 15:29:25 -0600 Subject: (libs) call ARDOUR::init_post_engine() from within libardour rather than requiring "users" of the library to arrange for it --- headless/load_session.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'headless') diff --git a/headless/load_session.cc b/headless/load_session.cc index cce6a0ef5a..712e32c168 100644 --- a/headless/load_session.cc +++ b/headless/load_session.cc @@ -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); -- cgit v1.2.3