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:
Laurent Pinchart 2019-09-28 02:22:57 +03:00
parent 8ea6912c96
commit 5a952df386
3 changed files with 0 additions and 73 deletions

View file

@ -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);