[libcamera-devel,1/5] Documentation: application-developer: Remove irrelevant TODO
diff mbox series

Message ID 20210825102937.3740405-2-kieran.bingham@ideasonboard.com
State Accepted
Headers show
Series
  • application-developer: Clean up
Related show

Commit Message

Kieran Bingham Aug. 25, 2021, 10:29 a.m. UTC
This TODO has no real meaning, and isn't an action. Remove it.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 Documentation/guides/application-developer.rst | 2 --
 1 file changed, 2 deletions(-)

Comments

Laurent Pinchart Aug. 25, 2021, 7:26 p.m. UTC | #1
Hi Kieran,

Thank you for the patch.

On Wed, Aug 25, 2021 at 11:29:33AM +0100, Kieran Bingham wrote:
> This TODO has no real meaning, and isn't an action. Remove it.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  Documentation/guides/application-developer.rst | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst
> index fb6a80a57eb7..b79241bd9317 100644
> --- a/Documentation/guides/application-developer.rst
> +++ b/Documentation/guides/application-developer.rst
> @@ -7,8 +7,6 @@ This tutorial shows how to create a C++ application that uses libcamera to
>  interface with a camera on a system, capture frames from it for 3 seconds, and
>  write metadata about the frames to standard out.
>  
> -.. TODO: Check how much of the example code runs before camera start etc?
> -
>  Application skeleton
>  --------------------
>

Patch
diff mbox series

diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst
index fb6a80a57eb7..b79241bd9317 100644
--- a/Documentation/guides/application-developer.rst
+++ b/Documentation/guides/application-developer.rst
@@ -7,8 +7,6 @@  This tutorial shows how to create a C++ application that uses libcamera to
 interface with a camera on a system, capture frames from it for 3 seconds, and
 write metadata about the frames to standard out.
 
-.. TODO: Check how much of the example code runs before camera start etc?
-
 Application skeleton
 --------------------