ipa: rpi: awb_nn: Remove unused constexpr variable

The kDefaultCT variable is unused, remove it.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Naushir Patuck
2026-03-02 10:25:34 +00:00
committed by Kieran Bingham
parent 0d3e543b4d
commit 14ba4d1680

View File

@@ -35,8 +35,6 @@ using namespace libcamera;
LOG_DECLARE_CATEGORY(RPiAwb)
constexpr double kDefaultCT = 4500.0;
/*
* The neural networks are trained to work on images rendered at a canonical
* colour temperature. That value is 5000K, which must be reproduced here.