libcamera: camera_manager: Remove \todo on hotplug/unplug of cameras

Fixes: e9b47217b4 ("libcamera: camera_manager: Introduce signals when a camera is added or removed")
Signed-off-by: Umang Jain <email@uajain.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Umang Jain 2021-03-16 11:50:04 +05:30 committed by Laurent Pinchart
parent 41d7810436
commit 43ab65df8d

View file

@ -251,10 +251,6 @@ void CameraManager::Private::removeCamera(Camera *camera)
* action from the application. Once the application has released all the
* references it held to cameras, the camera manager can be stopped with
* stop().
*
* \todo Add interface to register a notification callback to the user to be
* able to inform it new cameras have been hot-plugged or cameras have been
* removed due to hot-unplug.
*/
CameraManager *CameraManager::self_ = nullptr;