diff options
Diffstat (limited to 'ds9/library/rgbarray.tcl')
-rw-r--r-- | ds9/library/rgbarray.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/rgbarray.tcl b/ds9/library/rgbarray.tcl index 655a5f0..14c36a7 100644 --- a/ds9/library/rgbarray.tcl +++ b/ds9/library/rgbarray.tcl @@ -146,7 +146,6 @@ proc ProcessRGBArrayCmd {varname iname sock fn} { } set param [lindex $var $i] - StartLoad if {$sock != {}} { # xpa if {![ImportRGBArraySocket $sock $param]} { |