summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-09 22:12:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-09 22:12:49 (GMT)
commit7d0353a8482c7c9842f9077816b75e6c9229139d (patch)
tree79374a18811e98bb505c1b701eedaefcb789f0f0 /src/glibext/gbufferline.c
parentc644db0ad3b1a276f2c3bf9be72026c3581dd35f (diff)
Removed debug code showing lines managing columns groups.
Diffstat (limited to 'src/glibext/gbufferline.c')
-rw-r--r--src/glibext/gbufferline.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glibext/gbufferline.c b/src/glibext/gbufferline.c
index c998fce..4f021fa 100644
--- a/src/glibext/gbufferline.c
+++ b/src/glibext/gbufferline.c
@@ -1483,9 +1483,6 @@ void g_buffer_line_draw(GBufferLine *line, cairo_t *cairo, const gint max_widths
else if (line->flags & BLF_BOOKMARK)
cairo_set_source_surface(cairo, class->bookmark_img, 5, y);
- //////////////////
- cairo_set_source_surface(cairo, class->entrypoint_img, 5, y);
-
cairo_paint(cairo);
}