]> ruin.nu Git - moosique.git/blobdiff - MooNoteElement.java
Fixed a play thread that almost works
[moosique.git] / MooNoteElement.java
index dd31c86b800cc2b7cb1e8a1c077f12bee74f8ad2..3b08887000f07f515cbbcfab170972ef6fb0cfe3 100644 (file)
@@ -20,7 +20,7 @@ public class MooNoteElement extends JPanel {
         * @param mn    the note that will be graphically represented
         * @param rows  the number of rows that the note will occupy
         */
-       public MooNoteElement (MooNote mn, int rows) {
+       public MooNoteElement (MooNote mn) {
                note = mn;
                columns = mn.getDuration() / 24;
        }