Remove actions.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Jan 2009 23:52:12 +0000 (00:52 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Jan 2009 23:52:12 +0000 (00:52 +0100)
src/net/pterodactylus/jkeytool/gui/swing/KeyStorePanel.java

index 48ea691..dfc9c6e 100644 (file)
@@ -44,7 +44,6 @@ public class KeyStorePanel extends JPanel {
        public KeyStorePanel(KeyStore keyStore) {
                super(new BorderLayout());
                this.keyStore = keyStore;
-               constructActions();
                constructPanel();
        }
 
@@ -52,24 +51,11 @@ public class KeyStorePanel extends JPanel {
        // PRIVATE ACTIONS
        //
 
-       /**
-        * Executed by {@link #createKeyAction}.
-        */
-       private void createKey() {
-               /* TODO */
-       }
-
        //
        // PRIVATE METHODS
        //
 
        /**
-        * Constructs all used actions.
-        */
-       private void constructActions() {
-       }
-
-       /**
         * Constructs the main panel.
         */
        private void constructPanel() {