diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-29 12:17:46 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-29 12:17:46 +0100 |
commit | b8270ee350357ef491fa9ba92cf6250258d3099c (patch) | |
tree | da286644b7a034dd5c0d9ec88d1091a276276017 /dw/textblock.hh | |
parent | 299cd1cb7319b24f50c68476d28da6a6df1c6963 (diff) |
Some cleanup.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 0d2d1c76..21ec6263 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -661,9 +661,7 @@ public: void changeWordStyle (int from, int to, core::style::Style *style, bool includeFirstSpace, bool includeLastSpace); - // From OutOfFlowMgr::ContainingBlock: void borderChanged (int y); - core::Widget *asWidget (); }; } // namespace dw |