ソースを参照

refactor: remove commented code

sschmid 4 年 前
コミット
5ad811ce37
1 ファイル変更0 行追加5 行削除
  1. 0 5
      src/MusicalScore/Graphical/SkyBottomLineCalculator.ts

+ 0 - 5
src/MusicalScore/Graphical/SkyBottomLineCalculator.ts

@@ -101,11 +101,6 @@ export class SkyBottomLineCalculator {
                         break;
                     }
                 }
-
-               // if (tmpSkyLine[x] === undefined) {
-                 //   tmpSkyLine[x] = tmpSkyLine[x-1];
-               // }
-
             }
 
             for (let idx: number = 0; idx < tmpSkyLine.length; idx++) {