aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
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; }