From a63e1add6d1ef2fac3b869c1848853cd90fe774f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 25 Nov 2022 20:10:33 +0100 Subject: [PATCH] Remove unused config variables --- libs/ardour/ardour/rc_configuration_vars.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index 2abed02bbd..697ca80fd0 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -168,8 +168,6 @@ CONFIG_VARIABLE (bool, stop_at_session_end, "stop-at-session-end", false) CONFIG_VARIABLE (float, preroll_seconds, "preroll-seconds", -2.0f) CONFIG_VARIABLE (bool, loop_is_mode, "loop-is-mode", false) CONFIG_VARIABLE (LoopFadeChoice, loop_fade_choice, "loop-fade-choice", XFadeLoop) -CONFIG_VARIABLE (samplecnt_t, preroll, "preroll", 0) -CONFIG_VARIABLE (samplecnt_t, postroll, "postroll", 0) CONFIG_VARIABLE (float, shuttle_speed_factor, "shuttle-speed-factor", 1.0f) // used for MMC shuttle CONFIG_VARIABLE (float, shuttle_speed_threshold, "shuttle-speed-threshold", 5.0f) // used for MMC shuttle CONFIG_VARIABLE (ShuttleUnits, shuttle_units, "shuttle-units", Percentage)