From 1a2be886c08aea0e97da9b44bda639b59a2cd036 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Tue, 29 Oct 2024 12:25:01 +0100 Subject: libcamera: software_isp: Remove unused IPAActiveState fields Now agc struct in IPAActiveState is not used any longer. If there will be need to have this struct, this patch can be reverted. Signed-off-by: Stanislaw Gruszka Reviewed-by: Milan Zamazal Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- src/ipa/simple/ipa_context.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h index c510c436..2885a851 100644 --- a/src/ipa/simple/ipa_context.h +++ b/src/ipa/simple/ipa_context.h @@ -39,11 +39,6 @@ struct IPAActiveState { double blue; } gains; - struct { - int32_t exposure; - double again; - } agc; - static constexpr unsigned int kGammaLookupSize = 1024; struct { std::array gammaTable; -- cgit v1.2.1