aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index 87d00d7..db89cc5 100644
--- a/src/render.c
+++ b/src/render.c
@@ -140,7 +140,7 @@ static void render_boxes(struct wrap_line *line, cairo_t *cr, ImageStore *is,
box = &line->boxes[j];
cairo_translate(cr, x_pos, 0.0);
- draw_outline(cr, box);
+ //draw_outline(cr, box);
switch ( line->boxes[j].type ) {