libcamera: buffer: Drop friend statement
The Buffer class do not need to friend PipelineHandler, drop it. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
5e1cd213b3
commit
40888cfdce
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class Camera;
|
friend class Camera;
|
||||||
friend class PipelineHandler;
|
|
||||||
friend class Request;
|
friend class Request;
|
||||||
friend class Stream;
|
friend class Stream;
|
||||||
friend class V4L2VideoDevice;
|
friend class V4L2VideoDevice;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue