libcamera: camera_manager: Remove put() method
The method is declared but not implemented. Remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
171f4c0a0d
commit
6ddbf354d5
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
|
||||
std::vector<std::string> list() const;
|
||||
Camera *get(const std::string &name);
|
||||
void put(Camera *camera);
|
||||
|
||||
private:
|
||||
DeviceEnumerator *enumerator_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue