aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.c')
-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 {