android: camera_hal_manager: Remove unused close() method

The CameraHalManager::close() method isn't used, remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart
2019-08-18 02:10:36 +03:00
parent 06166a331c
commit dadd1fd8fe
2 changed files with 1 additions and 10 deletions
-1
View File
@@ -29,7 +29,6 @@ public:
int init();
CameraProxy *open(unsigned int id, const hw_module_t *module);
int close(CameraProxy *proxy);
unsigned int numCameras() const;
int getCameraInfo(unsigned int id, struct camera_info *info);