summaryrefslogtreecommitdiff
path: root/src/libcamera/camera_manager.cpp
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-04-26 19:05:33 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-04-26 19:26:56 +0300
commit2ab299a27686776d45699c7cea6ba9ce4af6d514 (patch)
tree53550f6b603208779f1c1fdda09b222b47b4a0d4 /src/libcamera/camera_manager.cpp
parent4c8989cdf7b7fcf1c6e84c2688584c2a7394ea18 (diff)
libcamera: Remove outdated \todo comments
Some \todo comments are outdated and refer to tasks that have been completed. Remove them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/libcamera/camera_manager.cpp')
-rw-r--r--src/libcamera/camera_manager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcamera/camera_manager.cpp b/src/libcamera/camera_manager.cpp
index 58d3b0dd..40a39bd2 100644
--- a/src/libcamera/camera_manager.cpp
+++ b/src/libcamera/camera_manager.cpp
@@ -50,9 +50,6 @@ LOG_DEFINE_CATEGORY(Camera)
* references it held to cameras, the camera manager can be stopped with
* stop().
*
- * \todo Add ability to add and remove media devices based on hot-(un)plug
- * events coming from the device enumerator.
- *
* \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.