瀏覽代碼

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

sschmidPS 5 年之前
父節點
當前提交
f25d238d18
共有 1 個文件被更改,包括 1 次插入1 次删除
  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