summaryrefslogtreecommitdiffstats
path: root/ds9/library/fits.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/fits.tcl')
-rw-r--r--ds9/library/fits.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ds9/library/fits.tcl b/ds9/library/fits.tcl
index fc125b1..69dfa43 100644
--- a/ds9/library/fits.tcl
+++ b/ds9/library/fits.tcl
@@ -77,7 +77,6 @@ proc SaveFitsFile {which fn} {
if {$fn == {} || $current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}
@@ -91,7 +90,6 @@ proc SaveFitsSocket {which sock} {
if {$current(frame) == {}} {
return
}
-
if {![$current(frame) has fits]} {
return
}