diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-07-12 06:26:07 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-07-12 06:26:07 +0000 |
commit | 71801f017258ff0b225d1a85df0ed15c6ea6352b (patch) | |
tree | b8e92b35ac94531f1235848d396d79c7903fcdfe /sys/dev/usb | |
parent | 2bc028300f5fe023164d68dd0a524d5dfb3d1523 (diff) |
Remove obsolete TODO comment.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uvideo.h | 7 |
1 files changed, 1 insertions, 6 deletions
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 <robert@openbsd.org> @@ -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; }; |