part one of hiding Diskstreams and making them a private object of a Track
[ardour.git] / libs / ardour / session.cc
index c29a6fe6758620d7309d6b31de738fa21e8576f9..5a34176afe63dfe3f8b47b09e8742c73c260aa61 100644 (file)
@@ -2103,9 +2103,6 @@ Session::add_diskstream (boost::shared_ptr<Diskstream> dstream)
        diskstream_playlist_changed (boost::weak_ptr<Diskstream> (dstream));
 
        dstream->RecordEnableChanged.connect_same_thread (*this, boost::bind (&Session::update_have_rec_enabled_diskstream, this));
-
-       dstream->prepare ();
-
 }
 
 void