summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-07-07 21:20:20 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-07-07 21:20:20 +0200
commit871d47788df729b2e7287db3761bc90d4463f591 (patch)
tree38126057d97f7727df25c28fbb9ad30a98c15cbc
parent98a3cce92755332666878b87e4a4660dc5e22b20 (diff)
whitespace and copyright
-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);
};