summaryrefslogtreecommitdiff
path: root/src/PSEditor.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-12 18:52:23 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-12 18:52:23 +0000
commitbe8b4a78d6bcfd5738864cea03f8a218724f6397 (patch)
tree1775506a0ba17e68c1475c12f375b3ae1dd106a1 /src/PSEditor.cxx
parent570f2cbe4b10f587591273226a64b79d6d0f48e7 (diff)
add initial tags handling
add initial tags handling
Diffstat (limited to 'src/PSEditor.cxx')
-rw-r--r--src/PSEditor.cxx8
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) {