diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-14 16:52:10 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-14 16:52:10 +0200 |
commit | 3143688e32d73fa788fd2d37e395753bae578e7d (patch) | |
tree | eafdaac3cd9e5543173abc6b7442803f51a7b7a3 /dw/textblock.hh | |
parent | f2e8f4db64703ef02275b5f1ede8ea79dac1d2ad (diff) |
Removed Textblock::calcWidgetSize. (Has finally become obsolete.)
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 9f0994ea..7dbb9d52 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -629,7 +629,6 @@ protected: void justifyLine (Line *line, int diff); Line *addLine (int firstWord, int lastWord, int newLastOofPos, bool temporary, int minHeight); - void calcWidgetSize (core::Widget *widget, core::Requisition *size); void rewrap (); void fillParagraphs (); void initNewLine (); |