From 7f09291dcbde21fb182a32482c3985470eda41d7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 24 Feb 2019 17:56:21 +0100 Subject: Stylesheet parser stuff --- libstorycode/storycode.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libstorycode/storycode.h') diff --git a/libstorycode/storycode.h b/libstorycode/storycode.h index 6e07a3b..476941e 100644 --- a/libstorycode/storycode.h +++ b/libstorycode/storycode.h @@ -29,14 +29,6 @@ #include "presentation.h" -enum alignment -{ - ALIGN_LEFT, - ALIGN_RIGHT, - ALIGN_CENTER -}; - - extern Presentation *storycode_parse_presentation(const char *sc); -- cgit v1.2.3