From e6570b22476cbcaecf76c80fdc3e169038d86fd4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 12 Jul 2022 21:08:41 +0200 Subject: [PATCH] No longer save deprecated property Now that the session-state version has changed, it is no longer required. --- libs/ardour/session_state.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 552310b0e2..18e16e02f6 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -1240,7 +1240,6 @@ Session::state (bool save_template, snapshot_t snapshot_type, bool only_used_ass child = node->add_child ("Path"); child->add_content (p); } - node->set_property ("end-is-free", _session_range_is_free); //deprecated, but keep storing this value for compatibility with prior v5. node->set_property ("session-range-is-free", _session_range_is_free); }