]> ruin.nu Git - moosique.git/blobdiff - MooTrackTitle.java
*** empty log message ***
[moosique.git] / MooTrackTitle.java
index b921926bd8dc9527b99ebe7825fe7816ab981f23..a71b3619f3a909c2d302ca41f7ed2ec47f55aa87 100644 (file)
@@ -49,16 +49,6 @@ public class MooTrackTitle extends JPanel {
                        }
                }
 
-/*             // Finds channel number.
-               MidiEvent event;
-               for (int i = 0; i < track.size(); i++) {
-                       event = track.get(i);
-                       if (event instanceof MooNote) {
-                               channel = ((MooNote)event).getChannel();
-                               break;
-                       }
-               }
-*/             
                // Creates and places components.
                setLayout(new GridLayout(4,1));
                setBorder(BorderFactory.createLineBorder(Color.black));