X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooGUI.java;h=71b14937a1f8f1a0e610a08b085a43727df50ff5;hp=78105be707d229b2743fae15323b1bebe879e6a8;hb=2236a670e9f9c0a83c97b9cd4ae8ffaa0a051519;hpb=0c367374b55f5692cd8af828c2773c61707d6ac6 diff --git a/MooGUI.java b/MooGUI.java index 78105be..71b1493 100644 --- a/MooGUI.java +++ b/MooGUI.java @@ -18,7 +18,6 @@ public class MooGUI extends JFrame { private MooView view; private JLabel statusBar; private java.util.Timer timer; - private boolean drawEmptyTracks = false; public static final int statusResetDelay = 3000; public static final Font FONT = new Font("Helvetica", Font.PLAIN, 10); public static final Color bgColor = new Color(192, 224, 255); @@ -140,22 +139,6 @@ public class MooGUI extends JFrame { toolbar.updateProgInd(tickPosition); } - /** - * Shows the given message in the status bar. - * @param text the message to show - */ - public boolean drawEmptyTracks() { - return drawEmptyTracks; - } - - /** - * Shows the given message in the status bar. - * @param text the message to show - */ - public void setDrawEmptyTracks(boolean state) { - drawEmptyTracks = state; - } - private Action createOctaveAction(final int octave) { Action octaveAction = new AbstractAction() { public void actionPerformed(ActionEvent ae) {