X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooTrack.java;h=64e6da2af10947058ad2defb5c14b8ee36bb57ae;hb=2f2b387add66ddc0d8f8c1e301f4718792e969b6;hp=b14bcca97de709b8491b0368f11c67108572b41f;hpb=ade446bcfe30be5e4a058926387763f72fc3d4a7;p=moosique.git diff --git a/MooTrack.java b/MooTrack.java index b14bcca..64e6da2 100644 --- a/MooTrack.java +++ b/MooTrack.java @@ -65,11 +65,11 @@ public class MooTrack { } /* - * Deletes the given note to the current track. + * Deletes the given note from the current track. * @param note the MooNote to delete */ public void deleteNote(MooNote note) { - + notes.remove(note); } /*