From 6a84c563469f11ea426e1773f8fd9b3be1172ad2 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke Date: Sun, 28 Mar 2021 09:59:54 +0200 Subject: ipa: raspberrrypi: Remove duplicate comment The exact same comment is used two times within 5 lines. Remove one of them as it is redundant. Signed-off-by: Sebastian Fricke Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/raspberrypi.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ipa/raspberrypi') diff --git a/src/ipa/raspberrypi/raspberrypi.cpp b/src/ipa/raspberrypi/raspberrypi.cpp index 1c928b72..ed2d9a54 100644 --- a/src/ipa/raspberrypi/raspberrypi.cpp +++ b/src/ipa/raspberrypi/raspberrypi.cpp @@ -208,7 +208,6 @@ void IPARPi::start(const ControlList &controls, ipa::RPi::StartConfig *startConf agcStatus.shutter_time = 0.0; agcStatus.analogue_gain = 0.0; - /* SwitchMode may supply updated exposure/gain values to use. */ metadata.Get("agc.status", agcStatus); if (agcStatus.shutter_time != 0.0 && agcStatus.analogue_gain != 0.0) { ControlList ctrls(sensorCtrls_); -- cgit v1.2.1