Quellcode durchsuchen

removed commented method

Matthias Uiberacker vor 7 Jahren
Ursprung
Commit
3681244d29
1 geänderte Dateien mit 0 neuen und 16 gelöschten Zeilen
  1. 0 16
      src/MusicalScore/VoiceData/Note.ts

+ 0 - 16
src/MusicalScore/VoiceData/Note.ts

@@ -157,22 +157,6 @@ export class Note {
         return false;
     }
 
-    //public calculateTailSymbol(): number {
-    //    let length: number = this.Length.RealValue;
-    //    if (this.NoteTuplet) {
-    //        length = this.NoteTuplet.Fractions[this.NoteTuplet.getNoteIndex(this)].RealValue;
-    //    }
-    //    if (length < 0.25 && length >= 0.125) {
-    //        return 8;
-    //    } else if (length < 0.125 && length >= 0.0625) {
-    //        return 16;
-    //    } else if (length < 0.0625 && length >= 0.03125) {
-    //        return 32;
-    //    } else {
-    //        return 64;
-    //    }
-    //}
-
     /**
      * Return the number of dots needed to represent the given [[Fraction]].
      * @param fraction