mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-23 00:25:07 +03:00
libcamera: controls: Remove the unused ControlList::update() method
The ControlList::update() method is unused. While it is meant to fulfil a need of applications, having no user means that it is most probably not correctly designed. Remove the method, we will add it back later if needed. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
8ea6912c96
commit
5a952df386
3 changed files with 0 additions and 73 deletions
|
@ -158,8 +158,6 @@ public:
|
|||
val->set<T>(value);
|
||||
}
|
||||
|
||||
void update(const ControlList &list);
|
||||
|
||||
private:
|
||||
const ControlValue *find(const ControlId &id) const;
|
||||
ControlValue *find(const ControlId &id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue