From 871d47788df729b2e7287db3761bc90d4463f591 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 7 Jul 2011 21:20:20 +0200 Subject: whitespace and copyright --- src/PSEditor.H | 7 +------ 1 file changed, 1 insertion(+), 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 +// Copyright 2007-2011 Johannes Hofmann // // 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); }; -- cgit v1.2.3