summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGZharun <grygoriiz@wavesglobal.com>2015-06-17 13:32:40 +0300
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:15 -0400
commitc13d3ff79092eb954c519ff40cded85428e853c1 (patch)
tree7adc083e5d54a748c1bfe6d7611c1482403ae1bc
parentd4bd394b4bc75ec6252047899c479d8011ecb05e (diff)
[Summary] This action is duplicated. To make TRX features work correctly this flag should be dropped later.
[To be Reviewed by] Paul Davis
-rw-r--r--libs/ardour/session.cc2
1 files changed, 0 insertions, 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 */