From 5bf750ce5d254cc85790adefccbff78277019353 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Aug 2008 16:01:14 +0000 Subject: some cleanup --- sources/prefs/editors/VSEditorTable.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/prefs/editors/VSEditorTable.java') diff --git a/sources/prefs/editors/VSEditorTable.java b/sources/prefs/editors/VSEditorTable.java index bb171dd..246bd8e 100644 --- a/sources/prefs/editors/VSEditorTable.java +++ b/sources/prefs/editors/VSEditorTable.java @@ -26,7 +26,7 @@ package prefs.editors; import java.util.*; import java.awt.*; -import java.io.*; +//import java.io.*; import javax.swing.*; import javax.swing.table.*; import javax.swing.text.*; @@ -44,10 +44,10 @@ public class VSEditorTable extends JTable { private static final long serialVersionUID = 1L; /** The Constant MIN_ROWS. */ - private static final int MIN_ROWS = 20; + //private static final int MIN_ROWS = 20; /** The prefs. */ - private VSPrefs prefs; + //private VSPrefs prefs; /** The nodes. */ private ArrayList nodes; @@ -267,7 +267,7 @@ public class VSEditorTable extends JTable { * @param prefs the prefs */ public VSEditorTable(VSPrefs prefs) { - this.prefs = prefs; + //this.prefs = prefs; this.nodes = new ArrayList(); this.model = new VSEditorTableModel(); setModel(model); -- cgit v1.2.3