From f999ee85faacb097b7ce173a8704816e388dbfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Mon, 21 Sep 2020 20:24:36 +0200 Subject: libcamera: buffer: Remove copyFrom() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are no user left of the copyFrom() operation, remove it. Signed-off-by: Niklas Söderlund Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- include/libcamera/buffer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/libcamera/buffer.h b/include/libcamera/buffer.h index 6bb2e4f8..a26c8927 100644 --- a/include/libcamera/buffer.h +++ b/include/libcamera/buffer.h @@ -57,8 +57,6 @@ public: unsigned int cookie() const { return cookie_; } void setCookie(unsigned int cookie) { cookie_ = cookie; } - - int copyFrom(const FrameBuffer *src); private: friend class Request; /* Needed to update request_. */ friend class V4L2VideoDevice; /* Needed to update metadata_. */ -- cgit v1.2.1