diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-12-01 12:13:35 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-12-01 12:13:35 +0000 |
commit | d3f9dc4666ce23b58b1f59f228377a61f548a86f (patch) | |
tree | bcacbb531d7a49a0cd16a69f6b2c7c2e21ee3e25 /usr.bin/sndiod/midi.c | |
parent | 884d87fdc2aed6a786b094d8557a14de9fc4318c (diff) |
remove misleading XXXs and TODOs
Diffstat (limited to 'usr.bin/sndiod/midi.c')
-rw-r--r-- | usr.bin/sndiod/midi.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.bin/sndiod/midi.c b/usr.bin/sndiod/midi.c index cdb5800e7d9..1b7717aac17 100644 --- a/usr.bin/sndiod/midi.c +++ b/usr.bin/sndiod/midi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.c,v 1.5 2012/11/30 22:26:34 ratchov Exp $ */ +/* $OpenBSD: midi.c,v 1.6 2012/12/01 12:13:34 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org> * @@ -14,12 +14,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* - * TODO - * - * use shadow variables (to save NRPNs, LSB of controller) - * in the midi merger - */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -216,7 +210,7 @@ midi_tag(struct midi *ep, unsigned int tag) } /* - * broadcast the given message to other members of the thru box + * broadcast the given message to other endpoints */ void midi_send(struct midi *iep, unsigned char *msg, int size) @@ -256,7 +250,6 @@ midi_send(struct midi *iep, unsigned char *msg, int size) } } - /* * determine if we have gained more input tickets, and if so call the * fill() call-back to notify the i/o layer that it can send more data |