aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-05-07 18:23:42 +0200
committerThomas White <taw@bitwiz.me.uk>2019-05-07 18:23:42 +0200
commite1f1f218ba9559161f5fc1c01bcdda1dd7eb308e (patch)
tree0b02cdc19decaaf60ca7b7c3bb24f3a2052d7ddc
parent5f5f92adf1626ae1b67d19f0b16c5ea8b5920512 (diff)
Fussiness
-rw-r--r--libstorycode/gtk/gtknarrativeview.c1
1 files changed, 0 insertions, 1 deletions
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 {