소스 검색

refactor(VexFlowMeasure): remove obsolete comment

This comment contains old and invalid code, hence it can be removed.
Daniel Fürst 5 년 전
부모
커밋
ec37775e5f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/MusicalScore/Graphical/VexFlow/VexFlowMeasure.ts

+ 0 - 3
src/MusicalScore/Graphical/VexFlow/VexFlowMeasure.ts

@@ -101,9 +101,6 @@ export class VexFlowMeasure extends GraphicalMeasure {
         }
         // the correct bar types seem to be set later
 
-        //if (nextMeasureIndex >= EngravingRules.Rules.MinMeasureToDrawIndex && nextMeasureIndex <= EngravingRules.Rules.MaxMeasureToDrawIndex) {
-        //this.stave.setBegBarType(Vex.Flow.Barline.type.NONE);
-
         this.updateInstructionWidth();
     }