diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h index c510c436a..2885a8511 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;