summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/mecubeparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-10 15:40:15 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-10 15:40:15 (GMT)
commite12f63777bc5cfd80313c62f706c8dd595af005a (patch)
tree527205d9eda4d512ecd644b823adc39d5470aff6 /ds9/parsers/mecubeparser.tac
parent64ff2c1f3dbbf15e0c89feeced72ba783a780df4 (diff)
downloadblt-e12f63777bc5cfd80313c62f706c8dd595af005a.zip
blt-e12f63777bc5cfd80313c62f706c8dd595af005a.tar.gz
blt-e12f63777bc5cfd80313c62f706c8dd595af005a.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/mecubeparser.tac')
-rw-r--r--ds9/parsers/mecubeparser.tac4
1 files changed, 0 insertions, 4 deletions
diff --git a/ds9/parsers/mecubeparser.tac b/ds9/parsers/mecubeparser.tac
index cb4b8ff..406a414 100644
--- a/ds9/parsers/mecubeparser.tac
+++ b/ds9/parsers/mecubeparser.tac
@@ -5,9 +5,7 @@
%start command
-%token MASK_
%token NEW_
-%token SLICE_
%%
@@ -21,8 +19,6 @@ mecube : opts {MECubeCmdLoad {}}
opts :
| NEW_ {CreateFrame}
- | MASK_
- | SLICE_
;
%%