From 42791afe69fc2f06a8c606008b933323c55b1039 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 10 Oct 2015 05:59:43 +0200 Subject: osc know has an own stuct too --- apps/midi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/midi.h') 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); -- cgit v1.2.3