From fcdd01f2c9e2664c3d82cd764064a1e6dea70674 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 30 Apr 2019 18:32:50 +0200 Subject: Use GEOMETRY for slide size --- libstorycode/storycode.l | 1 - 1 file changed, 1 deletion(-) (limited to 'libstorycode/storycode.l') 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; } VERTICAL { return SC_VERT; } HORIZ { return SC_HORIZ; } HORIZONTAL { return SC_HORIZ; } -SIZE { return SC_SIZE; } (?i:left) { return SC_LEFT; } (?i:center) { return SC_CENTER; } (?i:right) { return SC_RIGHT; } -- cgit v1.2.3