diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-08-21 20:24:53 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-08-21 20:24:53 (GMT) |
commit | 86dd0bbcc0ea3a68eee464557e1de53def0192d9 (patch) | |
tree | b5bd4634fbd723f6ebef339244d289502b398834 /ds9/library/mosaiciraf.tcl | |
parent | 5f8895042dfc21ae1d613906a8ed8a71dd9b930f (diff) | |
download | blt-86dd0bbcc0ea3a68eee464557e1de53def0192d9.zip blt-86dd0bbcc0ea3a68eee464557e1de53def0192d9.tar.gz blt-86dd0bbcc0ea3a68eee464557e1de53def0192d9.tar.bz2 |
clean up code
Diffstat (limited to 'ds9/library/mosaiciraf.tcl')
-rw-r--r-- | ds9/library/mosaiciraf.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/mosaiciraf.tcl b/ds9/library/mosaiciraf.tcl index de9d4b0..1917a86 100644 --- a/ds9/library/mosaiciraf.tcl +++ b/ds9/library/mosaiciraf.tcl @@ -68,7 +68,6 @@ proc ProcessMosaicIRAFCmd {varname iname sock fn} { } set param [lindex $var $i] - StartLoad if {$sock != {}} { # xpa if {![LoadMosaicIRAFSocket $sock $param $layer]} { |