summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/imgsvr.trl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/imgsvr.trl')
-rw-r--r--ds9/parsers/imgsvr.trl12
1 files changed, 1 insertions, 11 deletions
diff --git a/ds9/parsers/imgsvr.trl b/ds9/parsers/imgsvr.trl
index 3cb2c0e..914e90e 100644
--- a/ds9/parsers/imgsvr.trl
+++ b/ds9/parsers/imgsvr.trl
@@ -18,19 +18,9 @@ coordOpt :
;
sizeOpt : {set _ degrees}
- | skyformat {set _ $1}
- ;
-
-skyformat : DEGREES_ {set _ degrees}
- | ARCMIN_ {set _ arcmin}
- | ARCSEC_ {set _ arcsec}
+ | rformat {set _ $1}
;
frame : NEW_ {set _ new}
| CURRENT_ {set _ current}
;
-
-# | error {
-# yyerror "must be: degrees|arcmin|arcsec"
-# YYABORT
-# }