aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-24 17:56:21 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-24 17:56:21 +0100
commit7f09291dcbde21fb182a32482c3985470eda41d7 (patch)
tree5ed6e26c55e67a783c20e79f3a4ac00ddd59df06 /libstorycode/storycode.h
parent0cf09c110c9919efcbc3ff3b59cb83622b4ce1b2 (diff)
Stylesheet parser stuff
Diffstat (limited to 'libstorycode/storycode.h')
-rw-r--r--libstorycode/storycode.h8
1 files changed, 0 insertions, 8 deletions
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);