diff options
author | Sebastian Geerken <devnull@localhost> | 2013-09-15 15:47:43 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-09-15 15:47:43 +0200 |
commit | 3ff154af28b5f1d6f3b808d846a464a733ddea71 (patch) | |
tree | 8f204e1aef5996abd979192840cbbff287cdb84f | |
parent | f381101ed63aeb3575abfb015a4cc4af52c35742 (diff) |
Removed obsolete comment.
-rw-r--r-- | dw/style.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/style.cc b/dw/style.cc index 2328c1e4..3161b7c2 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -1011,7 +1011,6 @@ void drawBackground (View *view, Layout *layout, Rectangle *area, int imgWidth = imgbuf->getRootWidth (); int imgHeight = imgbuf->getRootHeight (); - /** \todo "background-repeat" not yet used. */ bool repeatX = style->backgroundRepeat == BACKGROUND_REPEAT || style->backgroundRepeat == BACKGROUND_REPEAT_X; |