Added the session resampler which now should work for 2.0 sessions and
[ardour.git] / libs / ardour / session_state.cc
index 119d2c858dd07de5f1f07eabee9566f68a9506b0..d3bf70a2dd29aa06e8b3a8f7d3b98955bbcc0648 100644 (file)
@@ -487,13 +487,6 @@ Session::create (bool& new_session, string* mix_template, nframes_t initial_leng
                return -1;
        }
 
-       dir = automation_dir ();
-
-       if (g_mkdir_with_parents (dir.c_str(), 0755) < 0) {
-               error << string_compose(_("Session: cannot create session automation dir \"%1\" (%2)"), dir, strerror (errno)) << endmsg;
-               return -1;
-       }
-
        dir = export_dir ();
 
        if (g_mkdir_with_parents (dir.c_str(), 0755) < 0) {