X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsession_configuration_vars.h;h=75babeb706dbf1ce119d4c6b3c3efc12afd3afa8;hb=5ec5bc4523e5c0fd998a6a133c6a03ab1475f063;hp=22f80dd2b8b75d7f86cff43ddcdfb79b98725348;hpb=13c874d8b071e4d1d540ec7da2d76856ef228918;p=ardour.git diff --git a/libs/ardour/ardour/session_configuration_vars.h b/libs/ardour/ardour/session_configuration_vars.h index 22f80dd2b8..75babeb706 100644 --- a/libs/ardour/ardour/session_configuration_vars.h +++ b/libs/ardour/ardour/session_configuration_vars.h @@ -89,14 +89,3 @@ CONFIG_VARIABLE (bool, show_solo_on_meterbridge, "show-solo-on-meterbridge", fal CONFIG_VARIABLE (bool, show_monitor_on_meterbridge, "show-monitor-on-meterbridge", false) CONFIG_VARIABLE (bool, show_name_on_meterbridge, "show-name-on-meterbridge", true) CONFIG_VARIABLE (uint32_t, meterbridge_label_height, "meterbridge-label-height", 0) - -#ifdef USE_TRACKS_CODE_FEATURES -/* This variable was not discussed with Ardour developers and is considered - weakly conceived. It is also poorly named, since we have "groups" already - present in libardour but this variable has nothing to do with it. There - should have been more discussion about what was required and the best - way to accomplish it. -*/ -CONFIG_VARIABLE (bool, enable_group_edit, "enable-group-edit", false) -/* These are GUI-only properties and should not be present in this context */ -#endif