From 9bf381db0a5b3a85e1a3dc85f3b9aa4098423554 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 15 Jul 2015 23:40:45 +0200 Subject: amend 3a5ac7f --- libs/ardour/utils.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libs/ardour/utils.cc b/libs/ardour/utils.cc index aa9ea35542..270aaa37fd 100644 --- a/libs/ardour/utils.cc +++ b/libs/ardour/utils.cc @@ -553,14 +553,8 @@ ARDOUR::meter_falloff_from_float (float val) else if (val <= METER_FALLOFF_MEDIUM) { return MeterFalloffMedium; } - else if (val <= METER_FALLOFF_FAST) { - return MeterFalloffFast; - } - else if (val <= METER_FALLOFF_FASTER) { - return MeterFalloffFaster; - } else { - return MeterFalloffFastest; + return MeterFalloffFast; } } -- cgit v1.2.3