mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 13:15:44 +01:00
automation control: fix logic for ::pop_group()
This commit is contained in:
parent
86a5aec276
commit
eba8eb07d3
1 changed files with 0 additions and 4 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue