diff options
author | 2008-07-12 06:26:06 +0000 | |
---|---|---|
committer | 2008-07-12 06:26:06 +0000 | |
commit | cf4e726fcc138a6e08351107da4da6ec817eca1c (patch) | |
tree | 9f27f5b1c9bbfbf7717d296b85df6f82e4803e8d /sys/dev/usb | |
parent | Add ':q' as an alias to ':quit', to match old behaviour. Initial patch (diff) | |
download | wireguard-openbsd-cf4e726fcc138a6e08351107da4da6ec817eca1c.tar.xz wireguard-openbsd-cf4e726fcc138a6e08351107da4da6ec817eca1c.zip |
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; }; |