From e145a67ed6049b36515d9de027c965c8f3085408 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 22 Sep 2021 02:42:13 +0200 Subject: [PATCH] Remove unused UI config (hiding-groups activation is a RC) --- gtk2_ardour/ui_config_vars.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h index dd383e4fc6..36b5e23083 100644 --- a/gtk2_ardour/ui_config_vars.h +++ b/gtk2_ardour/ui_config_vars.h @@ -99,7 +99,6 @@ UI_CONFIG_VARIABLE (bool, show_toolbar_monitor_info, "show-toolbar-monitor-info" UI_CONFIG_VARIABLE (bool, show_mini_timeline, "show-mini-timeline", true) UI_CONFIG_VARIABLE (bool, show_secondary_clock, "show-secondary-clock", true) UI_CONFIG_VARIABLE (double, waveform_clip_level, "waveform-clip-level", -0.0933967) /* units of dB */ -UI_CONFIG_VARIABLE (bool, hiding_groups_deactivates_groups, "hiding-groups-deactivates-groups", true) UI_CONFIG_VARIABLE (bool, no_new_session_dialog, "no-new-session-dialog", false) UI_CONFIG_VARIABLE (bool, buggy_gradients, "buggy-gradients", false) UI_CONFIG_VARIABLE (bool, cairo_image_surface, "cairo-image-surface", false)