ipu3: cio2: Remove unused function definition
The private function cio2BufferReady is defined but not implemented or used, remove it for the class definition. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
663ab2ee8e
commit
4b5856533a
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ public:
|
||||||
private:
|
private:
|
||||||
void freeBuffers();
|
void freeBuffers();
|
||||||
|
|
||||||
void cio2BufferReady(FrameBuffer *buffer);
|
|
||||||
|
|
||||||
std::unique_ptr<CameraSensor> sensor_;
|
std::unique_ptr<CameraSensor> sensor_;
|
||||||
std::unique_ptr<V4L2Subdevice> csi2_;
|
std::unique_ptr<V4L2Subdevice> csi2_;
|
||||||
std::unique_ptr<V4L2VideoDevice> output_;
|
std::unique_ptr<V4L2VideoDevice> output_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue