diff options
Diffstat (limited to 'ds9/library/pixel.tcl')
-rw-r--r-- | ds9/library/pixel.tcl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ds9/library/pixel.tcl b/ds9/library/pixel.tcl index c16d1ae..594bab0 100644 --- a/ds9/library/pixel.tcl +++ b/ds9/library/pixel.tcl @@ -122,9 +122,6 @@ proc PixelTableDestroyDialog {} { if {[winfo exists $ipixel(top)]} { destroy $ipixel(top) destroy $ipixel(mb) - } - - if {[info exists dpixel]} { unset dpixel } } |