From 46fffa615b3012a51d6523143a4505b80dcd78d1 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 31 Aug 2020 13:22:42 +0300 Subject: Remove C++ extras All C++ binded features are useless since C-binded real-time MIDI API can completely replace them at all. This was a workaround for ADLMIDI2 tool. --- src/adlmidi_private.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/adlmidi_private.hpp') diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 2d47ade..a5a3b8c 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -151,10 +151,6 @@ typedef class OPL3 Synth; #define ADLMIDI_BUILD #include "adlmidi.h" //Main API -#ifndef ADLMIDI_DISABLE_CPP_EXTRAS -#include "adlmidi.hpp" //Extra C++ API -#endif - #include "adlmidi_ptr.hpp" class MIDIplay; -- cgit v1.2.3