]> git.cworth.org Git - scherzo/blobdiff - score.c
Integrate some simple mnemon quizzing into scherzo.
[scherzo] / score.c
diff --git a/score.c b/score.c
index b2866096e3c0183c254ae6ae3838e9325c637dcb..965d127b2b645d89d08ca1d6b51831c68f9117d3 100644 (file)
--- a/score.c
+++ b/score.c
@@ -58,13 +58,6 @@ struct score
     int num_staves;
 };
 
-typedef struct score_note
-{
-    score_pitch_t pitch;
-    int octave;
-    score_duration_t duration;
-} score_note_t;
-
 score_t *
 score_create (void *ctx)
 {