]> ruin.nu Git - moosique.git/blobdiff - MooNoteElement.java
Killed the dummy methods of GUI classes, making all files compilable.
[moosique.git] / MooNoteElement.java
index 60f153a15a950a42a04abb54e610916fd1a5cd66..f3b8ad041d69788524d8c92898f7bf79067952ac 100644 (file)
@@ -1,6 +1,6 @@
 import javax.swing.*;
 
-/**
+/*
  * Graphical representation of a MIDI note.
  * 
  * @author  Andersson, Andreen, Lanneskog, Pehrson
@@ -9,17 +9,10 @@ import javax.swing.*;
  
 public class MooNoteElement {
 
-       /** 
+       /* 
         * Creates a new note element.
         */
        public MooNoteElement () {
 
        }
-
-       /** 
-        * 
-        */
-       public void () {
-       
-       }
 }