diff options
Diffstat (limited to 'sources/prefs/editors/VSBetterEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSBetterEditor.java | 3 |
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(); |
