From d1f8c6ebc5a06cc58d4cf22a6dc185c22a72bae5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 18 Jan 2026 12:52:27 -0700 Subject: [PATCH] remove unused rec_length member from CueEditor --- gtk2_ardour/cue_editor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/cue_editor.h b/gtk2_ardour/cue_editor.h index bb665105f1..e72e610ad0 100644 --- a/gtk2_ardour/cue_editor.h +++ b/gtk2_ardour/cue_editor.h @@ -209,7 +209,6 @@ class CueEditor : public EditingContext, public PBD::HistoryOwner bool loop_button_press (GdkEventButton*); ArdourWidgets::ArdourDropdown length_selector; - Temporal::BBT_Offset rec_length; bool zoom_in_allocate;