diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/buffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
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_. */ |