13
0

Remove 6.0-pre0 workaround for missing InlineControl

This commit is contained in:
Robin Gareus 2021-04-24 19:16:23 +02:00
parent fc9a4754bc
commit bc8258b234
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -288,17 +288,6 @@ Send::set_state (const XMLNode& node, int version)
}
XMLNode* gain_node;
if ((gain_node = node.child (Controllable::xml_node_name.c_str ())) != 0) {
_gain_control->set_state (*gain_node, version);
#if 1 // remove after Ardour 6.0 / Mixbus 6.1
/* fix old sessions (6.0-pre0-3039-g93180ceea9 .. 6.0-pre0-3459-g587fc50059)
* this is mainly relevant for Mixbus6.0, copy/paste aux-sends.
* -> remove me after 6.1
*/
_gain_control->set_flag (Controllable::InlineControl);
#endif
}
if (version <= 6000) {
XMLNode const* nn = &node;