summaryrefslogtreecommitdiff
path: root/src/PSEditor.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 14:58:49 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 14:58:49 +0000
commitbc7e8e0a1617eb26ec38b2a4e433efc9c7f85f6a (patch)
tree671eb1a5982f28729467d26dd431c92fe3058ce7 /src/PSEditor.cxx
parent95a26f47d0f801f5218c6e708c8e3e6c40a3b118 (diff)
cleanups
cleanups
Diffstat (limited to 'src/PSEditor.cxx')
-rw-r--r--src/PSEditor.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx
index eee0712..caf3795 100644
--- a/src/PSEditor.cxx
+++ b/src/PSEditor.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.cxx,v 1.17 2004/10/26 16:12:19 hofmann Exp $"
+// "$Id: PSEditor.cxx,v 1.18 2004/10/26 16:58:49 hofmann Exp $"
//
// PSEditor routines.
//
@@ -204,15 +204,3 @@ int PSEditor::import(char *f) {
mod = 1;
return 0;
}
-
-int PSEditor::get_ps_level() {
- return ps_level;
-}
-
-void PSEditor::set_ps_level(int l) {
- if (l == 2) {
- ps_level = 2;
- } else {
- ps_level = 1;
- }
-}