aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-12 13:03:47 +0200
committerSebastian Geerken <devnull@localhost>2014-09-12 13:03:47 +0200
commit36fcd74196a898403ef1e66884dc52d296c42665 (patch)
tree4465142622a9ae8b8f91a75577bf64e8df3bc5a8 /dw/textblock.hh
parent3590571500d5e00bdb65e70ce777735a26318a39 (diff)
OOFAwareWidget: moving more stuff from Textblock to OOFAwareWidget.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index ec47ec9b..4cadeffd 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -833,7 +833,6 @@ protected:
void addText0 (const char *text, size_t len, short flags,
core::style::Style *style, core::Requisition *size);
- void initOutOfFlowMgrs ();
void calcTextSizes (const char *text, size_t textLen,
core::style::Style *style,
int numBreaks, int *breakPos,