summaryrefslogtreecommitdiffstats
path: root/ds9/library/layout.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-10-18 16:57:12 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-10-18 16:57:12 (GMT)
commit76802622b5ebd2db66bab914b11b3fbc4c3232ed (patch)
tree8aa1abbd8db46d023586b377c4825dadbaf013b7 /ds9/library/layout.tcl
parent919d26d6d86155d8fae86bcea87dbc1f38e50600 (diff)
downloadblt-76802622b5ebd2db66bab914b11b3fbc4c3232ed.zip
blt-76802622b5ebd2db66bab914b11b3fbc4c3232ed.tar.gz
blt-76802622b5ebd2db66bab914b11b3fbc4c3232ed.tar.bz2
backout display prefs
Diffstat (limited to 'ds9/library/layout.tcl')
-rw-r--r--ds9/library/layout.tcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/ds9/library/layout.tcl b/ds9/library/layout.tcl
index 99408f1..d6689c3 100644
--- a/ds9/library/layout.tcl
+++ b/ds9/library/layout.tcl
@@ -7,7 +7,6 @@ package provide DS9 1.0
proc CanvasDef {} {
global canvas
global icanvas
- global pcanvas
global ds9
# also adjust info.tcl LayoutInfoPanelHorz
@@ -37,11 +36,6 @@ proc CanvasDef {} {
aqua {set canvas(gap,bottom) 14}
win32 {set canvas(gap,bottom) 0}
}
-
- set pcanvas(horz,width) $icanvas(horz,width)
- set pcanvas(horz,height) $icanvas(horz,height)
- set pcanvas(vert,width) $icanvas(vert,width)
- set pcanvas(vert,height) $icanvas(vert,height)
}
proc BlinkDef {} {