summaryrefslogtreecommitdiffstats
path: root/ds9/library/prefs.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/prefs.tcl')
-rw-r--r--ds9/library/prefs.tcl7
1 files changed, 0 insertions, 7 deletions
diff --git a/ds9/library/prefs.tcl b/ds9/library/prefs.tcl
index 45658b3..e86da69 100644
--- a/ds9/library/prefs.tcl
+++ b/ds9/library/prefs.tcl
@@ -159,13 +159,6 @@ proc SavePrefs {} {
puts $ch "array set pcurrent \{ [array get pcurrent] \}"
puts $ch {array set current [array get pcurrent]}
- global canvas
- global pcanvas
- puts $ch "global icanvas"
- puts $ch "global pcanvas"
- puts $ch "array set pcanvas \{ [array get pcanvas] \}"
- puts $ch {array set icanvas [array get pcanvas]}
-
global view
global pview
puts $ch "global view"