add new swedish translation
[ardour.git] / gtk2_ardour / ardour_ui_dialogs.cc
index 202fa88b59f3011a825c4e9bd4c50e245c3e30a7..fe5963c53572f5557afa9f5931bc1755ec350b41 100644 (file)
@@ -76,10 +76,6 @@ ARDOUR_UI::connect_to_session (Session *s)
        rec_button.set_sensitive (true);
        shuttle_box.set_sensitive (true);
        
-       if (session->n_audio_diskstreams() == 0) {
-               session->AudioDiskstreamAdded.connect (mem_fun(*this, &ARDOUR_UI::diskstream_added));
-       }
-
        if (connection_editor) {
                connection_editor->set_session (s);
        }
@@ -135,10 +131,6 @@ ARDOUR_UI::connect_to_session (Session *s)
        start_clocking ();
        start_blinking ();
 
-       if (editor) {
-               editor->present();
-       }
-
        transport_stopped ();
 
        second_connection = Glib::signal_timeout().connect (mem_fun(*this, &ARDOUR_UI::every_second), 1000);