diff --git a/libsrc/hyperion/MultiColorAdjustment.cpp b/libsrc/hyperion/MultiColorAdjustment.cpp index 302fb52b..cbf38fe3 100644 --- a/libsrc/hyperion/MultiColorAdjustment.cpp +++ b/libsrc/hyperion/MultiColorAdjustment.cpp @@ -51,12 +51,6 @@ bool MultiColorAdjustment::verifyAdjustments() const Error(_log, "No adjustment set for %d", iLed); return false; } - if (adjustment->_rgbTransform.getBrightness() <= adjustment->_rgbTransform.getBacklightThreshold() ) - { - adjustment->_rgbTransform.setBacklightThreshold(0.0); - adjustment->_rgbTransform.setBrightness(0.5); - Warning(_log, "Adjustment for %d has invalid Brightness values, values set to default. (setBacklightThreshold is bigger then brightness)", iLed); - } } return true; }