summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/glibext/gbufferline.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 856036d..f3c0d37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
15-12-09 Cyrille Bagard <nocbos@gmail.com>
+ * src/glibext/gbufferline.c:
+ Remove debug code showing lines managing columns groups.
+
+15-12-09 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/disassembler.c:
Mark the first line of a disassembly as a line starting a group.
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);
}