Skip to content

Commit db98ac0

Browse files
committed
remove getPitchInfo
1 parent e9cfe9b commit db98ac0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

js/js-export/API/PitchBlocksAPI.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,4 @@ class PitchBlocksAPI {
178178
const args = JSInterface.validateArgs("numToOctave", [number]);
179179
return Singer.PitchActions.numToPitch(args[0], "octave", this.turIndex);
180180
}
181-
182-
// getPitchInfo(type) {
183-
// let args = JSInterface.validateArgs("getPitchInfo", [type]);
184-
// return Singer.PitchActions.getPitchInfo(args[0], this.turIndex);
185-
// }
186181
}

0 commit comments

Comments
 (0)