summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSBetterEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/editors/VSBetterEditor.java')
-rw-r--r--sources/prefs/editors/VSBetterEditor.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/prefs/editors/VSBetterEditor.java b/sources/prefs/editors/VSBetterEditor.java
index da0a069..2ecf099 100644
--- a/sources/prefs/editors/VSBetterEditor.java
+++ b/sources/prefs/editors/VSBetterEditor.java
@@ -51,9 +51,6 @@ public abstract class VSBetterEditor extends VSEditor {
protected void addToButtonPanelFront(JPanel buttonPanel) { }
protected void addToButtonPanelLast(JPanel buttonPanel) { }
- protected void addToEditPanelFront(JPanel editPanel, VSEditorTable editTable) { }
- protected void addToEditPanelLast(JPanel editPanel, VSEditorTable editTable) { }
-
public void actionPerformed(ActionEvent e) {
//String actionCommand = e.getActionCommand();