diff options
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
| -rw-r--r-- | sources/prefs/editors/VSEditorFrame.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java index 5cae7a0..edaf6b0 100644 --- a/sources/prefs/editors/VSEditorFrame.java +++ b/sources/prefs/editors/VSEditorFrame.java @@ -36,14 +36,6 @@ public abstract class VSEditorFrame extends VSEditor { prefs.getInteger("window.prefs.ysize")); frame.setResizable(false); frame.setVisible(true); - - /* - frame.addWindowListener(new WindowAdapter() { - public void windowClosing(WindowEvent we) { - Window window = we.getWindow(); - } - }); - */ } private Container createContentPane() { |
