diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-16 01:51:56 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-16 01:51:56 +0300 |
commit | d491f6ef69dea336f61fdadf79f431d12f0454f2 (patch) | |
tree | 5a0157e6b57321c4cf5cf362a6911041c1c7e7b4 /src/adlmidi_load.cpp | |
parent | 5cdfbaf362dc3fd4bff8c11a7b5cf61cbbb4b15f (diff) | |
download | libADLMIDI-d491f6ef69dea336f61fdadf79f431d12f0454f2.tar.gz libADLMIDI-d491f6ef69dea336f61fdadf79f431d12f0454f2.tar.bz2 libADLMIDI-d491f6ef69dea336f61fdadf79f431d12f0454f2.zip |
Clean-up and beautifying
Diffstat (limited to 'src/adlmidi_load.cpp')
-rw-r--r-- | src/adlmidi_load.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp index 67faead..ad184e4 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -329,10 +329,8 @@ bool MIDIplay::LoadMIDI(const std::string &filename) { fileReader file; file.openFile(filename.c_str()); - if(!LoadMIDI(file)) return false; - return true; } |