diff options
-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; |