aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-12 13:18:50 +0200
committerSebastian Geerken <devnull@localhost>2014-09-12 13:18:50 +0200
commit6adaf25af5c3f3e326a6a929afcd4277fcabdcd7 (patch)
tree6716249d71c50a6eceb27b5ffab45d2b026ecd1c /dw/oofawarewidget.hh
parent350fa597967a501d5f5c6988ff35a262e50a2a68 (diff)
OOFAwareWidget: (mostly) finished moving stuff from Textblock to OOFAwareWidget.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh
index a7b3de2b..7c3b9af6 100644
--- a/dw/oofawarewidget.hh
+++ b/dw/oofawarewidget.hh
@@ -22,11 +22,9 @@ protected:
enum { PARENT_REF_OOFM_BITS = 2,
PARENT_REF_OOFM_MASK = (1 << PARENT_REF_OOFM_BITS) - 1 };
-public:
OOFAwareWidget *oofContainer[NUM_OOFM];
OutOfFlowMgr *outOfFlowMgr[NUM_OOFM];
-protected:
inline OutOfFlowMgr *searchOutOfFlowMgr (int oofmIndex)
{ return oofContainer[oofmIndex] ?
oofContainer[oofmIndex]->outOfFlowMgr[oofmIndex] : NULL; }