Explorar o código

refactor(VexFlowMeasure): remove obsolete comment

This comment contains old and invalid code, hence it can be removed.
Daniel Fürst %!s(int64=5) %!d(string=hai) anos
pai
achega
ec37775e5f
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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();
     }