Quellcode durchsuchen

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

master
kevin vor 8 Jahren
Ursprung
Commit
4d6bff0ecf
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0
    2
      app/cmScoreMatchGraphic.c

+ 0
- 2
app/cmScoreMatchGraphic.c Datei anzeigen

@@ -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);

Laden…
Abbrechen
Speichern