mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 17:15:07 +03:00
pipeline: rpi: Remove unused variable
The entityControls variable is unused, remove it. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
73c7eeb3e4
commit
226a1dacb1
1 changed files with 0 additions and 1 deletions
|
@ -1214,7 +1214,6 @@ int CameraData::loadIPA(ipa::RPi::InitResult *result)
|
|||
|
||||
int CameraData::configureIPA(const CameraConfiguration *config, ipa::RPi::ConfigResult *result)
|
||||
{
|
||||
std::map<unsigned int, ControlInfoMap> entityControls;
|
||||
ipa::RPi::ConfigParams params;
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue