remove unused variable

This commit is contained in:
Paul Davis
2025-10-22 15:22:54 -06:00
parent 20eaf07e5a
commit 4b17e720ae

View File

@@ -1255,8 +1255,6 @@ Trigger::when_stopped_during_run (BufferSet& bufs, pframes_t dest_offset)
} else {
State old_state = _state;
if ((launch_style() != Repeat) && (launch_style() != Gate) && (_loop_cnt == _follow_count)) {
/* have played the specified number of times, we're done */