diff options
Diffstat (limited to 'src/PSEditor.cxx')
-rw-r--r-- | src/PSEditor.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx index fa8ad34..8e9de8b 100644 --- a/src/PSEditor.cxx +++ b/src/PSEditor.cxx @@ -1,5 +1,5 @@ // -// "$Id: PSEditor.cxx,v 1.10 2004/10/12 17:14:16 hofmann Exp $" +// "$Id: PSEditor.cxx,v 1.11 2004/10/12 20:52:23 hofmann Exp $" // // PSEditor routines. // @@ -102,13 +102,7 @@ int PSEditor::handle(int event) { } -int PSEditor::modified() { - return mod; -} -int PSEditor::file_loaded() { - return loaded; -} int PSEditor::load(char *f) { |