From 5e1cd213b3100c01f1612f476c03d680369b638a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Mon, 21 Oct 2019 17:42:28 +0200 Subject: libcamera: buffer: Plane: Drop friend statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Plane class do not need to friend Stream, drop it. Signed-off-by: Niklas Söderlund Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- include/libcamera/buffer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libcamera/buffer.h b/include/libcamera/buffer.h index e14c9bd3..d7784d9d 100644 --- a/include/libcamera/buffer.h +++ b/include/libcamera/buffer.h @@ -29,8 +29,6 @@ public: unsigned int length() const { return length_; } private: - friend class Stream; - int mmap(); int munmap(); -- cgit v1.2.1