summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/enviparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/enviparser.tac')
-rw-r--r--ds9/parsers/enviparser.tac4
1 files changed, 0 insertions, 4 deletions
diff --git a/ds9/parsers/enviparser.tac b/ds9/parsers/enviparser.tac
index 9cffdb7..d4461d2 100644
--- a/ds9/parsers/enviparser.tac
+++ b/ds9/parsers/enviparser.tac
@@ -5,9 +5,7 @@
%start command
-%token MASK_
%token NEW_
-%token SLICE_
%%
@@ -20,9 +18,7 @@ envi : opts STRING_ {ImportENVIFile $2 [FindENVIDataFile $2]; FinishLoad}
;
opts :
- | MASK_
| NEW_ {CreateFrame}
- | SLICE_
;
%%