summaryrefslogtreecommitdiffstats
path: root/ds9/library/command.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-28 21:51:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-28 21:51:43 (GMT)
commit86b28ca3e06fb4e2da993e29583abf8140dc187e (patch)
tree85ba95430e6393449a2656df1db1a8ef09dd8aca /ds9/library/command.tcl
parentb2d50084f03cae3d138263bd7d9ad005f6ad16bb (diff)
downloadblt-86b28ca3e06fb4e2da993e29583abf8140dc187e.zip
blt-86b28ca3e06fb4e2da993e29583abf8140dc187e.tar.gz
blt-86b28ca3e06fb4e2da993e29583abf8140dc187e.tar.bz2
add ds9 zoom parser
Diffstat (limited to 'ds9/library/command.tcl')
-rw-r--r--ds9/library/command.tcl7
1 files changed, 0 insertions, 7 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 20afa4b..2e43f90 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -453,13 +453,6 @@ proc ProcessCommand {argv argc} {
-zoom {
incr i;
ProcessZoomCmd argv i
-
- if {0} {
- zoom::YY_FLUSH_BUFFER
- zoom::yy_scan_string [lrange $argv $i end]
- zoom::yyparse
- incr i [expr $zoom::yycnt-1]
- }
}
default {