From d491f6ef69dea336f61fdadf79f431d12f0454f2 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 16 Nov 2017 01:51:56 +0300 Subject: Clean-up and beautifying --- src/adlmidi_load.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/adlmidi_load.cpp') 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; } -- cgit v1.2.3