diff options
Diffstat (limited to 'ds9/library/array.tcl')
-rw-r--r-- | ds9/library/array.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/array.tcl b/ds9/library/array.tcl index 59eba0a..8b4a3c5 100644 --- a/ds9/library/array.tcl +++ b/ds9/library/array.tcl @@ -101,7 +101,6 @@ proc ProcessArrayCmd {varname iname sock fn} { } set param [lindex $var $i] - StartLoad if {$sock != {}} { # xpa if {![ImportArraySocket $sock $param $layer]} { |