diff options
author | Thomas White <taw@physics.org> | 2019-02-12 20:33:43 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-02-12 20:33:43 +0100 |
commit | 8b345b76647643f1972022bf82cdef015bcba06d (patch) | |
tree | ae4d6185dfa7db70c2ca83b1f91ef964c41c1753 /src | |
parent | 2dc1f4f39751ed15932146d719343e9eb25c5707 (diff) |
Remove unused token
Diffstat (limited to 'src')
-rw-r--r-- | src/storycode.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/storycode.y b/src/storycode.y index 107e6d4..dead3d2 100644 --- a/src/storycode.y +++ b/src/storycode.y @@ -47,7 +47,6 @@ %token SC_BGCOL %token SC_STRING -%token SC_NEWLINE %token SC_OPENBRACE %token SC_CLOSEBRACE |