Ver Fonte

performance: comment out method that looped but only called empty method

sschmidPS há 5 anos atrás
pai
commit
f25d238d18
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/MusicalScore/Graphical/MusicSheetCalculator.ts

+ 1 - 1
src/MusicalScore/Graphical/MusicSheetCalculator.ts

@@ -633,7 +633,7 @@ export abstract class MusicSheetCalculator {
         this.formatMeasures();
 
         // check for Measures with only WholeRestNotes and correct their X-Position (middle of Measure)
-        this.checkMeasuresForWholeRestNotes();
+        // this.checkMeasuresForWholeRestNotes(); // this currently does nothing
         if (!this.leadSheet) {
             // calculate Beam Placement
             // this.calculateBeams(); // does nothing for now, because layoutBeams() is an empty method