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 --- session_utils/common.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'session_utils') diff --git a/session_utils/common.cc b/session_utils/common.cc index 86e945f616..0910f6caf4 100644 --- a/session_utils/common.cc +++ b/session_utils/common.cc @@ -139,8 +139,6 @@ static Session * _load_session (string dir, string state) return 0; } - init_post_engine (); - if (engine->start () != 0) { std::cerr << "Cannot start Audio/MIDI engine\n"; return 0; @@ -194,8 +192,6 @@ SessionUtils::create_session (string dir, string state, float sample_rate) return 0; } - init_post_engine (); - if (engine->start () != 0) { std::cerr << "Cannot start Audio/MIDI engine\n"; return 0; -- cgit v1.2.3