summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-09-28 02:22:57 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-05 20:02:51 +0300
commit5a952df386e2587e72dc378a1c97281e70ad57f5 (patch)
treedf3328fe93fee106dacf2358d00704e3eff0ead7 /include
parent8ea6912c9607dab0a30c9bbf518dfc80df68a10c (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/libcamera/controls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libcamera/controls.h b/include/libcamera/controls.h
index 9698bd1d..d4a74ada 100644
--- a/include/libcamera/controls.h
+++ b/include/libcamera/controls.h
@@ -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);