diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-12 13:18:50 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-12 13:18:50 +0200 |
commit | 6adaf25af5c3f3e326a6a929afcd4277fcabdcd7 (patch) | |
tree | 6716249d71c50a6eceb27b5ffab45d2b026ecd1c /dw/oofawarewidget.hh | |
parent | 350fa597967a501d5f5c6988ff35a262e50a2a68 (diff) |
OOFAwareWidget: (mostly) finished moving stuff from Textblock to OOFAwareWidget.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 2 |
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; } |