summaryrefslogtreecommitdiff
path: root/src/ipa/libipa/pwl.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-06-13 03:04:16 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-06-18 00:58:12 +0300
commit226ce29483ef595525c4f3a43e6795ba962b006c (patch)
tree2e3659b8b81a8d4508125a24e9f3af9f95188715 /src/ipa/libipa/pwl.h
parentb781955c6af5a537face58f0b92a25905df377f8 (diff)
ipa: libipa: pwl: Drop readYaml() function
All users of the Pwl::readYaml() function have been removed. The function is not used, and is deprecated in favour of YamlObject::get(). Drop it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/libipa/pwl.h')
-rw-r--r--src/ipa/libipa/pwl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipa/libipa/pwl.h b/src/ipa/libipa/pwl.h
index 8edb4d33..b6f93494 100644
--- a/src/ipa/libipa/pwl.h
+++ b/src/ipa/libipa/pwl.h
@@ -49,8 +49,6 @@ public:
Pwl(const std::vector<Point> &points);
Pwl(std::vector<Point> &&points);
- int readYaml(const libcamera::YamlObject &params);
-
void append(double x, double y, double eps = 1e-6);
bool empty() const { return points_.empty(); }