summaryrefslogtreecommitdiffstats
path: root/ds9/library/layout.tcl
diff options
context:
space:
mode:
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 {} {