diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 05:07:47 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-21 05:07:47 +0300 |
commit | 86038a9ccafd7e848e67535f7995d86601cb1e0f (patch) | |
tree | 70e6cd00765a842bf6c2f51e6c8ee156109b0771 /src/adlmidi_private.hpp | |
parent | f20f618327deba5091a384eb749fd4b4f7c10a2f (diff) | |
download | libADLMIDI-86038a9ccafd7e848e67535f7995d86601cb1e0f.tar.gz libADLMIDI-86038a9ccafd7e848e67535f7995d86601cb1e0f.tar.bz2 libADLMIDI-86038a9ccafd7e848e67535f7995d86601cb1e0f.zip |
Remove useless "_parent" pointer from OPL3 class
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 06d21ab..b80d2f2 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -207,7 +207,6 @@ inline int32_t adl_cvtU32(int32_t x) return (uint32_t)adl_cvtS32(x) - (uint32_t)INT32_MIN; } -class MIDIplay; struct ADL_MIDIPlayer; class OPL3 { @@ -216,7 +215,6 @@ public: friend class AdlInstrumentTester; uint32_t NumChannels; char ____padding[4]; - ADL_MIDIPlayer *_parent; #ifndef ADLMIDI_HW_OPL std::vector<AdlMIDI_SPtr<OPLChipBase > > cardsOP2; #endif |