summaryrefslogtreecommitdiff
path: root/src/PSEditor.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-12 18:52:23 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-12 18:52:23 +0000
commitbe8b4a78d6bcfd5738864cea03f8a218724f6397 (patch)
tree1775506a0ba17e68c1475c12f375b3ae1dd106a1 /src/PSEditor.H
parent570f2cbe4b10f587591273226a64b79d6d0f48e7 (diff)
add initial tags handling
add initial tags handling
Diffstat (limited to 'src/PSEditor.H')
-rw-r--r--src/PSEditor.H7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/PSEditor.H b/src/PSEditor.H
index dc7545c..10adee6 100644
--- a/src/PSEditor.H
+++ b/src/PSEditor.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.H,v 1.3 2004/10/11 14:44:47 hofmann Exp $"
+// "$Id: PSEditor.H,v 1.4 2004/10/12 20:52:23 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -29,11 +29,8 @@
class PSEditor : public PSEditWidget {
private:
int mark_x, mark_y;
- int loaded;
- int mod;
int tmp_fd;
int ps_level;
-
int handle(int event);
public:
@@ -41,8 +38,6 @@ public:
int load(char *f);
int save(const char* savefile);
int import(char *f);
- int modified();
- int file_loaded();
void set_ps_level(int l);
int get_ps_level();
};