Skip to content

Commit

Permalink
Merge pull request #931 from rvilarl/fix/note
Browse files Browse the repository at this point in the history
fix/note
  • Loading branch information
0xfe authored Apr 23, 2021
2 parents f316920 + 8c90329 commit b373637
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { Flow } from './tables';
import { Tickable } from './tickable';
import { Stroke } from './strokes';
import { Stave } from './stave';
import { BoundingBox } from './boundingbox';
import { Voice } from './voice';
import { TickContext } from './tickcontext';
import { ModifierContext } from './modifiercontext';
Expand Down Expand Up @@ -445,11 +444,6 @@ export abstract class Note extends Tickable {
return this.stave.getYForTopText(text_line);
}

/** Gets a `BoundingBox` for this note. */
getBoundingBox(): BoundingBox | undefined {
return undefined;
}

/** Returns the voice that this note belongs in. */
getVoice(): Voice {
if (!this.voice) throw new Vex.RERR('NoVoice', 'Note has no voice.');
Expand Down

0 comments on commit b373637

Please sign in to comment.