cmScoreMatchGraphic.c : Removed call to cmMidiFilePrintMsgs() from cmScoreMatchGraphicUpdateMidiFromScore().

This commit is contained in:
kevin 2016-08-30 16:44:38 -04:00
parent ee9ba9270e
commit 4d6bff0ecf

View File

@ -798,8 +798,6 @@ cmSmgRC_t cmScoreMatchGraphicUpdateMidiFromScore( cmCtx_t* ctx, cmSmgH_t h, cons
goto errLabel; goto errLabel;
} }
cmMidiFilePrintMsgs(mfH, p->err.rpt );
errLabel: errLabel:
cmMidiFileClose(&mfH); cmMidiFileClose(&mfH);