From 1dfdc20423ac9b0dc88929380c7562e09d6493f1 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 29 Sep 2009 13:29:32 +0000
Subject: [PATCH] Remove an unused member.

---
 opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java b/opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java
index 074773e..f10336a 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java
@@ -77,7 +77,6 @@
     new TreeSet<SuffixDescriptor>(this);
   private HashMap<String, JCheckBox> hmCheckBoxes =
     new HashMap<String, JCheckBox>();
-  private Set<JEditorPane> suffixLabels = new HashSet<JEditorPane>();
   // The display of the server the user provided in the replication options
   // panel
   private String serverToConnectDisplay = null;
@@ -298,7 +297,6 @@
   private void populateCheckBoxPanel()
   {
     checkBoxPanel.removeAll();
-    suffixLabels.clear();
     GridBagConstraints gbc = new GridBagConstraints();
     gbc.fill = GridBagConstraints.BOTH;
     gbc.anchor = GridBagConstraints.NORTH;
@@ -322,7 +320,6 @@
               Message.raw(getSuffixString(suffix)),
               UIFactory.TextStyle.SECONDARY_FIELD_VALID);
       l.setOpaque(false);
-      suffixLabels.add(l);
 
       /* Use a prototype label to get the additional insets */
       JEditorPane proto = UIFactory.makeTextPane(

--
Gitblit v1.10.0