diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-09 12:22:20 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-09 12:22:20 +0200 |
commit | c49ced3a29f1f2f318d9fcd873abc3ffeff30e54 (patch) | |
tree | 35d37f491540ad83758934a80d6a6e114d0ebed0 | |
parent | ff920593c94fe192775811b7d9c7ab340a883c3a (diff) |
Comments.
-rw-r--r-- | dw/style.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dw/style.cc b/dw/style.cc index cda61845..cd5136a5 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -1049,11 +1049,8 @@ void drawBorder (View *view, Layout *layout, Rectangle *area, * that drawing again is is not neccessary, but some time can be * saved. * - * \todo The same should not only be applied to background colors, but - * also to background images. - * * Otherwise, the caller should not try to increase the performance by - * doing some tests befre; this is all done in this method. + * doing some tests before; this is all done in this method. */ void drawBackground (View *view, Layout *layout, Rectangle *area, int x, int y, int width, int height, |