summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/StateData.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/StateData.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/StateData.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/noncore/apps/opie-reader/StateData.h b/noncore/apps/opie-reader/StateData.h
deleted file mode 100644
index e3be778..0000000
--- a/noncore/apps/opie-reader/StateData.h
+++ b/dev/null
@@ -1,33 +0,0 @@
1#ifndef __STATEDATA_H
2#define __STATEDATA_H
3
4struct statedata
5{
6 bool bstripcr/*:1*/;
7 bool btextfmt/*:1*/;
8 bool bautofmt/*:1*/;
9 bool bstriphtml/*:1*/;
10 bool bpeanut/*:1*/;
11 bool bdehyphen/*:1*/;
12 bool bdepluck/*:1*/;
13 bool bonespace/*:1*/;
14 bool bunindent/*:1*/;
15 bool brepara/*:1*/;
16 bool bdblspce/*:1*/;
17 bool m_bpagemode/*:1*/;
18 bool m_navkeys/*:1*/;
19 bool m_bMonoSpaced/*:1*/;
20 bool bremap/*:1*/;
21 bool bmakebold/*:1*/;
22 bool Continuous/*:1*/;
23#ifdef REPALM
24 bool brepalm/*:1*/;
25#endif
26 int bindenter;
27 int m_textsize;
28 int m_encd;
29 int m_charpc;
30 char m_fontname[1];
31};
32
33#endif