diff options
Diffstat (limited to 'ds9/library')
-rw-r--r-- | ds9/library/nameres.tcl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ds9/library/nameres.tcl b/ds9/library/nameres.tcl index 63fc3c8..5c5c2c6 100644 --- a/ds9/library/nameres.tcl +++ b/ds9/library/nameres.tcl @@ -186,23 +186,12 @@ proc ProcessNRESCmd {varname iname} { NRESDialog - global cvarname - set cvarname dnres - nres::YY_FLUSH_BUFFER nres::yy_scan_string [lrange $var $i end] nres::yyparse incr i [expr $nres::yycnt-1] } -proc NRESCmdName {value} { - global cvarname - upvar #0 $cvarname cvar - - set cvar(name) $value - NRESApply $cvarname 1 -} - proc ProcessSendNRESCmd {proc id param {sock {}} {fn {}}} { global nres global pnres |