Przeglądaj źródła

refactor: remove commented code

sschmid 4 lat temu
rodzic
commit
5ad811ce37

+ 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++) {