13
0

automation control: fix logic for ::pop_group()

This commit is contained in:
Paul Davis 2023-07-26 16:41:09 -06:00
parent 86a5aec276
commit eba8eb07d3

View File

@ -386,10 +386,6 @@ AutomationControl::push_group (std::shared_ptr<ControlGroup> cg)
bool
AutomationControl::pop_group ()
{
if (!_pushed_group) {
return false;
}
_group = _pushed_group;
_pushed_group.reset ();