summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/tileparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/tileparser.tac')
-rw-r--r--ds9/parsers/tileparser.tac10
1 files changed, 0 insertions, 10 deletions
diff --git a/ds9/parsers/tileparser.tac b/ds9/parsers/tileparser.tac
index 0f2e453..a0f8690 100644
--- a/ds9/parsers/tileparser.tac
+++ b/ds9/parsers/tileparser.tac
@@ -22,16 +22,6 @@
#include yesno.trl
#include numeric.trl
-yes : YES_ {set _ 1}
- | ON_ {set _ 1}
- | TRUE_ {set _ 1}
- ;
-
-no : NO_ {set _ 0}
- | OFF_ {set _ 0}
- | FALSE_ {set _ 0}
- ;
-
command : tile
| tile {yyclearin; YYACCEPT} STRING_
;