diff options
Diffstat (limited to 'ds9/library/marker.tcl')
-rw-r--r-- | ds9/library/marker.tcl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ds9/library/marker.tcl b/ds9/library/marker.tcl index a696df0..38dfb0d 100644 --- a/ds9/library/marker.tcl +++ b/ds9/library/marker.tcl @@ -1247,26 +1247,6 @@ proc MarkerSave {} { } } -proc MarkerMask {} { - global current - - if {$current(frame) == {}} { - return - } - if {![$current(frame) has fits]} { - return - } - - if {[MaskParamsDialog]} { - $current(frame) mask color $mask(color) - $current(frame) mask mark $mask(mark) - $current(frame) mask range $mask(low) $mask(high) - $current(frame) mask system $mask(system) - - $current(frame) marker create mask - } -} - proc MarkerInfo {} { global current global marker |