From: David ‘Bombe’ Roden Date: Tue, 27 Jan 2009 23:52:12 +0000 (+0100) Subject: Remove actions. X-Git-Url: https://git.pterodactylus.net/?p=jkeytool.git;a=commitdiff_plain;h=c068e1ba844e45f1d2b1a5e9f486491db2ced75b Remove actions. --- diff --git a/src/net/pterodactylus/jkeytool/gui/swing/KeyStorePanel.java b/src/net/pterodactylus/jkeytool/gui/swing/KeyStorePanel.java index 48ea691..dfc9c6e 100644 --- a/src/net/pterodactylus/jkeytool/gui/swing/KeyStorePanel.java +++ b/src/net/pterodactylus/jkeytool/gui/swing/KeyStorePanel.java @@ -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() {