From d4a80c18c5cb83bb49d1a21354009b09a39d3da0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 20 Mar 2021 23:41:18 +0100 Subject: [PATCH] Remove stale comment --- libs/ardour/ardour/rc_configuration_vars.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index bcd8f91307..d8d4f3e9b8 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -247,8 +247,6 @@ CONFIG_VARIABLE (std::string, plugin_path_vst3, "plugin-path-vst3", "@default@") CONFIG_VARIABLE (bool, denormal_protection, "denormal-protection", false) CONFIG_VARIABLE (DenormalModel, denormal_model, "denormal-model", DenormalFTZDAZ) -/* visibility of various things */ - /* web addresses used in the program */ @@ -272,5 +270,6 @@ CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "C:\ CONFIG_VARIABLE (bool, show_video_export_info, "show-video-export-info", true) CONFIG_VARIABLE (bool, show_video_server_dialog, "show-video-server-dialog", false) +/* export */ CONFIG_VARIABLE (float, export_preroll, "export-preroll", 2.0) // seconds CONFIG_VARIABLE (float, export_silence_threshold, "export-silence-threshold", -INFINITY) // dB