Remove actions.
[jkeytool.git] / 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() {