From 3dd8b930e4af1b375b3dc7e59f34f33d5448546c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 3 Jun 2024 17:24:36 -0600 Subject: [PATCH] fix paste error --- libs/ardour/track.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index 40e916fdd8..4bb45c227f 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -1085,7 +1085,6 @@ Track::use_captured_midi_sources (SourceList& srcs, CaptureInfos const & capture if (time_domain() == Temporal::BeatTime) { - const timepos_t ss (start_off); const timepos_t ss (start_off); /* 2nd argument is the timeline position of the * start of the region in samples. We have to