aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-30 18:32:50 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-30 18:36:20 +0200
commitfcdd01f2c9e2664c3d82cd764064a1e6dea70674 (patch)
treef83a421305918174b7a484297a406be67544a472 /libstorycode/storycode.l
parent8ccc8b247769d7c1dfd21d674b7e87a9370363e2 (diff)
Use GEOMETRY for slide size
Diffstat (limited to 'libstorycode/storycode.l')
-rw-r--r--libstorycode/storycode.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstorycode/storycode.l b/libstorycode/storycode.l
index 9a247cd..94901d5 100644
--- a/libstorycode/storycode.l
+++ b/libstorycode/storycode.l
@@ -65,7 +65,6 @@ BGCOL { BEGIN(col); return SC_BGCOL; }
<col>VERTICAL { return SC_VERT; }
<col>HORIZ { return SC_HORIZ; }
<col>HORIZONTAL { return SC_HORIZ; }
-SIZE { return SC_SIZE; }
<align,sqb>(?i:left) { return SC_LEFT; }
<align,sqb>(?i:center) { return SC_CENTER; }
<align,sqb>(?i:right) { return SC_RIGHT; }