diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-06 12:29:51 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-06 12:29:51 +0200 |
commit | b2619e5c7cce1dcc7e1bd70a9fae0095118da6da (patch) | |
tree | e96ac84daa26988029beb8582461e4ea50481c6b /dw/textblock.hh | |
parent | 911af8647d85f4f234ea600713b3bead07e331da (diff) |
Handling 'clearPosition' in a different way.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index f041488b..19140492 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -522,10 +522,6 @@ protected: /* This value is (currently) set by setAscent(). */ int lineBreakWidth; - // Vertical offset at the top, used for the "clear" attribute. Goes - // into "extraSpace". - int clearPosition; - int wrapRefLines, wrapRefParagraphs; /* 0-based. Important: Both are the line numbers, not the value stored in @@ -573,7 +569,6 @@ protected: void calcBorders (int lastOofRef, int height); void showMissingLines (); void removeTemporaryLines (); - void setClearPosition (int clearPosition); void decorateText (core::View *view, core::style::Style *style, core::style::Color::Shading shading, |