summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/midi.c
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2009-08-19 05:54:16 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2009-08-19 05:54:16 +0000
commit51981d62fa8b7abd8c45c2c2a89289815d32e08e (patch)
tree91390bf7bb03d854164e7aef8c5928c1309df617 /usr.bin/aucat/midi.c
parentdaaacba46fd094ed7a3ab2731d784cd6f24953b0 (diff)
organize midi code like audio code, no functional change
Diffstat (limited to 'usr.bin/aucat/midi.c')
-rw-r--r--usr.bin/aucat/midi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/aucat/midi.c b/usr.bin/aucat/midi.c
index c9889992b94..58bfd6feaaa 100644
--- a/usr.bin/aucat/midi.c
+++ b/usr.bin/aucat/midi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: midi.c,v 1.1 2009/07/25 08:44:27 ratchov Exp $ */
+/* $OpenBSD: midi.c,v 1.2 2009/08/19 05:54:15 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -41,8 +41,6 @@
#define MIDITHRU_XFER 340
#define MIDITHRU_TIMO 100000
-struct aproc *thrubox = NULL;
-
unsigned voice_len[] = { 3, 3, 3, 3, 2, 2, 3 };
unsigned common_len[] = { 0, 2, 3, 2, 0, 0, 1, 1 };