aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/scparse_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-30 17:51:31 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-30 18:01:22 +0200
commitc1b0437dd1f1bc6df338ad9fc15d270b9cc33884 (patch)
treed24f40699ae099abd7bae2c0ed2d6489d4144588 /libstorycode/scparse_priv.h
parent584ff995faa629c82377d3a44fb25d5100d09c76 (diff)
Create stylesheet with narrative
This means there'll ALWAYS be a default stylesheet present, avoiding crashes and a lot of special cases.
Diffstat (limited to 'libstorycode/scparse_priv.h')
-rw-r--r--libstorycode/scparse_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstorycode/scparse_priv.h b/libstorycode/scparse_priv.h
index 22be698..3d97ead 100644
--- a/libstorycode/scparse_priv.h
+++ b/libstorycode/scparse_priv.h
@@ -40,7 +40,6 @@ enum style_mask
struct scpctx
{
Narrative *n;
- Stylesheet *ss;
Slide *s;
int n_str;