From e1f1f218ba9559161f5fc1c01bcdda1dd7eb308e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 May 2019 18:23:42 +0200 Subject: Fussiness --- libstorycode/gtk/gtknarrativeview.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libstorycode/gtk/gtknarrativeview.c b/libstorycode/gtk/gtknarrativeview.c index 9db5629..600e01f 100644 --- a/libstorycode/gtk/gtknarrativeview.c +++ b/libstorycode/gtk/gtknarrativeview.c @@ -489,7 +489,6 @@ static void draw_para_highlight(cairo_t *cr, Narrative *n, int cursor_para, cy = n->space_t + para_top(n, cursor_para); cw = w - n->space_l - n->space_r; - if ( item->type == NARRATIVE_ITEM_SLIDE ) { ch = item->slide_h; } else { -- cgit v1.2.3