summaryrefslogtreecommitdiff
path: root/src/PSEditor.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-21 19:02:05 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-21 19:02:05 +0000
commit286afda711bcf74b3f923778db7ca574815dc9e7 (patch)
tree4fff277c7454825da7671ada280d7f2e1f3e3792 /src/PSEditor.cxx
parentef1117eb50a9a0e82825e961be8e59d203ebf650 (diff)
implemented tag replacement
implemented tag replacement
Diffstat (limited to 'src/PSEditor.cxx')
-rw-r--r--src/PSEditor.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx
index 64b4a6f..5412119 100644
--- a/src/PSEditor.cxx
+++ b/src/PSEditor.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.cxx,v 1.12 2004/10/21 19:55:36 hofmann Exp $"
+// "$Id: PSEditor.cxx,v 1.13 2004/10/21 21:02:05 hofmann Exp $"
//
// PSEditor routines.
//
@@ -102,9 +102,6 @@ int PSEditor::handle(int event) {
}
-
-
-
int PSEditor::load(char *f) {
FILE *fp;
char tmpname[256];