summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/PSEditor.H7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/PSEditor.H b/src/PSEditor.H
index a4927a5..01de5f1 100644
--- a/src/PSEditor.H
+++ b/src/PSEditor.H
@@ -1,5 +1,5 @@
//
-// Copyright 2007-2009 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2011 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
@@ -12,7 +12,6 @@
class PSEditor : public PSEditWidget {
private:
int tmp_fd;
-
int ps_level;
int handle(int event);
@@ -21,13 +20,9 @@ class PSEditor : public PSEditWidget {
PSEditor(int X,int Y,int W, int H);
int open_file(FILE *fp);
-
int open_file(const char *f);
-
int save(FILE *fp);
-
int save(const char* savefile);
-
int import(char *f);
};