summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/rc_configuration_vars.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-02-21 00:24:56 +0100
committerRobin Gareus <robin@gareus.org>2019-02-21 00:24:56 +0100
commite48fe0fd421a46cff5993f777901248cbbd23a81 (patch)
tree72e8a8e379173e3f26278e159ba4eca9f4f71dd9 /libs/ardour/ardour/rc_configuration_vars.h
parentc3a7c7c45236ed9eb3adba65556f414b9048dd5d (diff)
Remove more cruft (unused rf-scale)
Diffstat (limited to 'libs/ardour/ardour/rc_configuration_vars.h')
-rw-r--r--libs/ardour/ardour/rc_configuration_vars.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h
index d8e548f6a4..cb9642e2e1 100644
--- a/libs/ardour/ardour/rc_configuration_vars.h
+++ b/libs/ardour/ardour/rc_configuration_vars.h
@@ -171,7 +171,6 @@ CONFIG_VARIABLE (bool, loop_is_mode, "loop-is-mode", false)
#endif
CONFIG_VARIABLE (samplecnt_t, preroll, "preroll", 0)
CONFIG_VARIABLE (samplecnt_t, postroll, "postroll", 0)
-CONFIG_VARIABLE (float, rf_speed, "rf-speed", 2.0f)
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 (ShuttleBehaviour, shuttle_behaviour, "shuttle-behaviour", Sprung)