diff --git a/src/AudioIO.h b/src/AudioIO.h index e95f4c984..6bc4a7185 100644 --- a/src/AudioIO.h +++ b/src/AudioIO.h @@ -23,10 +23,6 @@ #include #include // member variable -#ifdef USE_MIDI - -// TODO: Put the relative paths into automake. - #ifdef EXPERIMENTAL_MIDI_OUT typedef void PmStream; typedef int32_t PmTimestamp; @@ -41,8 +37,6 @@ using NoteTrackConstArray = std::vector < std::shared_ptr< const NoteTrack > >; #endif // EXPERIMENTAL_MIDI_OUT -#endif // USE_MIDI - #include // to declare custom event types #include "SampleFormat.h"