summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/nrrdparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/nrrdparser.tac')
-rw-r--r--ds9/parsers/nrrdparser.tac2
1 files changed, 0 insertions, 2 deletions
diff --git a/ds9/parsers/nrrdparser.tac b/ds9/parsers/nrrdparser.tac
index 49b4d1f..b0511a3 100644
--- a/ds9/parsers/nrrdparser.tac
+++ b/ds9/parsers/nrrdparser.tac
@@ -7,7 +7,6 @@
%token MASK_
%token NEW_
-%token SLICE_
%%
@@ -22,7 +21,6 @@ nrrd : opts {NRRDCmdLoad {}}
opts :
| NEW_ {CreateFrame}
| MASK_ {NRRDCmdSet load,layer mask}
- | SLICE_
;
%%