summaryrefslogtreecommitdiff
path: root/libs/ardour/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/utils.cc')
-rw-r--r--libs/ardour/utils.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/ardour/utils.cc b/libs/ardour/utils.cc
index 2ada8ce79b..aa9ea35542 100644
--- a/libs/ardour/utils.cc
+++ b/libs/ardour/utils.cc
@@ -525,11 +525,8 @@ ARDOUR::meter_falloff_to_float (MeterFalloff falloff)
case MeterFalloffModerate:
return METER_FALLOFF_MODERATE;
case MeterFalloffFast:
- return METER_FALLOFF_FAST;
- case MeterFalloffFaster:
- return METER_FALLOFF_FASTER;
+ case MeterFalloffFaster: // backwards compat enum MeterFalloff
case MeterFalloffFastest:
- return METER_FALLOFF_FASTEST;
default:
return METER_FALLOFF_FAST;
}