Browse Source

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

master
kevin 7 years ago
parent
commit
4d6bff0ecf
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      app/cmScoreMatchGraphic.c

+ 0
- 2
app/cmScoreMatchGraphic.c View File

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

Loading…
Cancel
Save