From: mglocker Date: Sat, 12 Jul 2008 06:26:06 +0000 (+0000) Subject: Remove obsolete TODO comment. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cf4e726fcc138a6e08351107da4da6ec817eca1c;p=openbsd Remove obsolete TODO comment. --- diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h index f1673a6907c..1687e49bece 100644 --- a/sys/dev/usb/uvideo.h +++ b/sys/dev/usb/uvideo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.h,v 1.18 2008/07/03 09:50:04 mglocker Exp $ */ +/* $OpenBSD: uvideo.h,v 1.19 2008/07/12 06:26:06 mglocker Exp $ */ /* * Copyright (c) 2007 Robert Nagy @@ -401,11 +401,6 @@ struct uvideo_sample_buffer { #define UVIDEO_MAX_BUFFERS 32 struct uvideo_mmap { SIMPLEQ_ENTRY(uvideo_mmap) q_frames; - /* - * TODO - * Complete buffer so we can queue/dequeue video frames. - * Maybe we should use some queue macros for this? - */ uint8_t *buf; struct v4l2_buffer v4l2_buf; };