diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-09 22:23:09 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-09 22:23:09 +0200 |
commit | ea02d9d78a3b945e1650a4ff38e2c70f252b1e02 (patch) | |
tree | 4058b701b9efcb18f881ec543ead852bb77f06e6 | |
parent | 543269017e29ecc6fcde020c78b563aeb43ee018 (diff) |
Removed obsolete comment.
-rw-r--r-- | dw/textblock.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index be8cdfee..0f5ae38e 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -239,9 +239,6 @@ private: protected: /** * \brief Implementation used for words. - * - * \todo The word index must be updated when, through hyphenation, - * words are added before. */ class WordImgRenderer: public core::style::StyleImage::ExternalWidgetImgRenderer |