aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.y
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.y')
-rw-r--r--libstorycode/storycode.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index f400bec..f549525 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -195,7 +195,7 @@ narrative:
narrative_el:
narrative_prestitle { narrative_add_prestitle(ctx->n, $1); }
| narrative_bulletpoint { narrative_add_bp(ctx->n, $1); }
-| slide { narrative_add_slide(ctx->n, $1); }
+| slide { }
| STRING { narrative_add_text(ctx->n, $1); }
;