summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/blinkparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/blinkparser.tac')
-rw-r--r--ds9/parsers/blinkparser.tac10
1 files changed, 0 insertions, 10 deletions
diff --git a/ds9/parsers/blinkparser.tac b/ds9/parsers/blinkparser.tac
index 370535e..48f34a2 100644
--- a/ds9/parsers/blinkparser.tac
+++ b/ds9/parsers/blinkparser.tac
@@ -14,16 +14,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 : blink
| blink {yyclearin; YYACCEPT} STRING_
;