X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fardour%2Fsession.cc;h=5a34176afe63dfe3f8b47b09e8742c73c260aa61;hb=5e8b3f08328424299c264d70bba307dcea1f2b17;hp=c29a6fe6758620d7309d6b31de738fa21e8576f9;hpb=4be50fc81bf5db91113c4e87f867163e738a0919;p=ardour.git diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index c29a6fe675..5a34176afe 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -2103,9 +2103,6 @@ Session::add_diskstream (boost::shared_ptr dstream) diskstream_playlist_changed (boost::weak_ptr (dstream)); dstream->RecordEnableChanged.connect_same_thread (*this, boost::bind (&Session::update_have_rec_enabled_diskstream, this)); - - dstream->prepare (); - } void