From c13d3ff79092eb954c519ff40cded85428e853c1 Mon Sep 17 00:00:00 2001 From: GZharun Date: Wed, 17 Jun 2015 13:32:40 +0300 Subject: [PATCH] [Summary] This action is duplicated. To make TRX features work correctly this flag should be dropped later. [To be Reviewed by] Paul Davis --- libs/ardour/session.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index ef7bf5d200..9ef3633819 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -384,8 +384,6 @@ Session::Session (AudioEngine &eng, StartTimeChanged.connect_same_thread (*this, boost::bind (&Session::start_time_changed, this, _1)); EndTimeChanged.connect_same_thread (*this, boost::bind (&Session::end_time_changed, this, _1)); - _is_new = false; - emit_thread_start (); /* hook us up to the engine since we are now completely constructed */