diff options
Diffstat (limited to 'fastiv-browser.c')
-rw-r--r-- | fastiv-browser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fastiv-browser.c b/fastiv-browser.c index 7c1dcf5..e4ffa4e 100644 --- a/fastiv-browser.c +++ b/fastiv-browser.c @@ -248,7 +248,6 @@ draw_row(FastivBrowser *self, cairo_t *cr, const Row *row) border.left + extents.width + border.right, border.top + extents.height + border.bottom); - // TODO(p): See if a mild checkerboard pattern would not look nice. gtk_render_background( style, cr, border.left, border.top, extents.width, extents.height); |