triggerbox: remove "use follow action" as an explicit property of a trigger (GUI edition, partial)

This commit is contained in:
Paul Davis 2022-01-14 17:32:09 -07:00
parent f339c0b5f9
commit 203017e2d5
3 changed files with 3 additions and 9 deletions

View file

@ -692,7 +692,6 @@ TriggerUI::set_follow_action (Trigger::FollowAction fa)
trigger()->set_follow_action (fa, 0);
trigger()->set_follow_action_probability (0);
trigger()->set_use_follow (true);
}
void
@ -851,7 +850,6 @@ TriggerUI::set_trigger (ARDOUR::TriggerReference tr)
pc.add (Properties::name);
pc.add (Properties::color);
pc.add (Properties::use_follow);
pc.add (Properties::legato);
pc.add (Properties::quantization);
pc.add (Properties::launch_style);