summaryrefslogtreecommitdiffstats
path: root/ds9/library/util.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-21 20:40:02 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-21 20:40:02 (GMT)
commit7959c11e46b7f1227edce9ea4d6de29a786d88bb (patch)
tree3ab40f0bce571c365d4c59528522d1cfad282bfb /ds9/library/util.tcl
parent86dd0bbcc0ea3a68eee464557e1de53def0192d9 (diff)
downloadblt-7959c11e46b7f1227edce9ea4d6de29a786d88bb.zip
blt-7959c11e46b7f1227edce9ea4d6de29a786d88bb.tar.gz
blt-7959c11e46b7f1227edce9ea4d6de29a786d88bb.tar.bz2
clean up code
Diffstat (limited to 'ds9/library/util.tcl')
-rw-r--r--ds9/library/util.tcl19
1 files changed, 0 insertions, 19 deletions
diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl
index 167a95a..4901c2b 100644
--- a/ds9/library/util.tcl
+++ b/ds9/library/util.tcl
@@ -66,25 +66,6 @@ proc GetNumCores {} {
return 1
}
-proc UpdateDS9Static {} {
- # This routine is only called when an frame is added or deleted
- # we only change menu items which require at least one frame
-
- global debug
- if {$debug(tcl,update)} {
- puts stderr "UpdateDS9Static begin..."
- }
-
- UpdateFileMenuStatic
- UpdateFrameMenuStatic
- UpdateZoomMenuStatic
- UpdateAnalysisMenuStatic
-
- if {$debug(tcl,update)} {
- puts stderr "UpdateDS9Static end...\n"
- }
-}
-
proc UpdateDS9 {} {
global ds9
global current