Remove some wrongly commited stuff. Sorry\!
[ardour.git] / libs / ardour / session_state.cc
index aa117f00aa6990b8a6025016252f086b0b227f98..7d6f44b7861d2566c1974b48c7e4cc76ca5ad7f0 100644 (file)
@@ -293,7 +293,7 @@ Session::first_stage_init (string fullpath, string snapshot_name)
 }
 
 int
-Session::second_stage_init (bool with_midi_ui)
+Session::second_stage_init ()
 {
        AudioFileSource::set_peak_dir (_session_dir->peak_path().to_string());
 
@@ -307,10 +307,8 @@ Session::second_stage_init (bool with_midi_ui)
                return -1;
        }
 
-       if (with_midi_ui) {
-               if (start_midi_thread ()) {
-                       return -1;
-               }
+       if (start_midi_thread ()) {
+               return -1;
        }
 
        setup_midi_machine_control ();