[Summary] This action is duplicated. To make TRX features work correctly this flag should be dropped later.

[To be Reviewed by] Paul Davis
This commit is contained in:
GZharun
2015-06-17 13:32:40 +03:00
committed by Paul Davis
parent d4bd394b4b
commit c13d3ff790

View File

@@ -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 */