Skip to content

Commit

Permalink
remove unused structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Sep 8, 2024
1 parent 0d1fc7a commit 1427108
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/smo/data/tuplet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ export interface SmoTupletParamsSer {
*/
startIndex: number
}
export interface SmoClonedTupletIf {
tuplet: SmoTuplet,
notes: SmoNote[]
}
/**
* tuplets must be serialized with their id attribute, enforce this
* @param params a possible-valid SmoTupletParamsSer
Expand Down

0 comments on commit 1427108

Please sign in to comment.