From 6c37ab411ce4e5cbe5e8448f885f8fb8e7efe311 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Nov 2019 15:57:50 -0600 Subject: [PATCH] last piece of seamless-loop removal --- libs/ardour/ardour/rc_configuration_vars.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index 5915433c23..6938531b5e 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -160,7 +160,6 @@ CONFIG_VARIABLE (bool, plugins_stop_with_transport, "plugins-stop-with-transport CONFIG_VARIABLE (bool, stop_recording_on_xrun, "stop-recording-on-xrun", false) CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", true) CONFIG_VARIABLE (bool, stop_at_session_end, "stop-at-session-end", false) -CONFIG_VARIABLE (bool, seamless_loop, "seamless-loop", false) CONFIG_VARIABLE (float, preroll_seconds, "preroll-seconds", -2.0f) CONFIG_VARIABLE (bool, loop_is_mode, "loop-is-mode", false) CONFIG_VARIABLE (samplecnt_t, preroll, "preroll", 0)