13
0

fixups after a rebase

This commit is contained in:
Paul Davis 2024-10-24 12:14:01 -06:00
parent c7192b4cc0
commit 3be642ec17

View File

@ -1971,8 +1971,6 @@ AudioTrigger::captured (SlotArmInfo& ai, BufferSet&)
_armed = false;
ArmChanged(); /* EMIT SIGNAL */
TriggerArmChanged (this);
TriggerBox::worker->request_build_source (this);
}
int
@ -2482,8 +2480,6 @@ MIDITrigger::captured (SlotArmInfo& ai, BufferSet& bufs)
_armed = false;
ArmChanged(); /* EMIT SIGNAL */
TriggerArmChanged (this);
TriggerBox::worker->request_build_source (this);
}
void