diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-12 13:45:18 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-12 13:45:18 +0200 |
commit | 63be701d81f71cac1c5a4bc67d983e82399ef0c5 (patch) | |
tree | 722b8bdcc109b0ab2854d0cc0f5d91748629a891 /dw/textblock.cc | |
parent | 6adaf25af5c3f3e326a6a929afcd4277fcabdcd7 (diff) |
OOFAwareWidget: some fixes.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 4ac4bc2a..566bd9f6 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -283,8 +283,6 @@ Textblock::Textblock (bool limitTextWidth) Textblock::~Textblock () { - _MSG("Textblock::~Textblock\n"); - /* make sure not to call a free'd tooltip (very fast overkill) */ hoverTooltip = NULL; |