Removed references to non-existence crytpo capability. This breaks

OptionsPanel for now.


git-svn-id: svn://10.0.0.236/trunk@22296 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
grail%cafebabe.org
1999-02-27 03:09:15 +00:00
parent f8cf8b500f
commit 5ffaf359cb

View File

@@ -78,8 +78,6 @@ public class OptionsPanel extends JPanel implements Serializable {
c.gridwidth = 1;
addCheck ("Encrypted", "Encrypted", 'e', false);
c.gridwidth = GridBagConstraints.REMAINDER; //end row
ident = new LabeledCombo("Identity");