summaryrefslogtreecommitdiff
path: root/apps/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/midi.h')
-rw-r--r--apps/midi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/midi.h b/apps/midi.h
index 176b528..91634a8 100644
--- a/apps/midi.h
+++ b/apps/midi.h
@@ -27,7 +27,6 @@
typedef struct {
snd_rawmidi_t* input_;
- snd_rawmidi_t* output_;
} midi_t;
int midi_init(midi_t* m, const char* device);