summaryrefslogtreecommitdiffstats
path: root/ds9/library/colorbar.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-06 19:35:31 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-06 19:35:31 (GMT)
commit3bb9a8c425bddaad1148a61876dae27693c8c779 (patch)
tree5e1daede16c30e30694bf84e252be5efd1f3bda9 /ds9/library/colorbar.tcl
parent7254c63954b7246c72af5beac2a609326d82e460 (diff)
downloadblt-3bb9a8c425bddaad1148a61876dae27693c8c779.zip
blt-3bb9a8c425bddaad1148a61876dae27693c8c779.tar.gz
blt-3bb9a8c425bddaad1148a61876dae27693c8c779.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/library/colorbar.tcl')
-rw-r--r--ds9/library/colorbar.tcl23
1 files changed, 0 insertions, 23 deletions
diff --git a/ds9/library/colorbar.tcl b/ds9/library/colorbar.tcl
index b6ca532..7706fa3 100644
--- a/ds9/library/colorbar.tcl
+++ b/ds9/library/colorbar.tcl
@@ -1267,29 +1267,6 @@ proc ProcessColorbarCmd {varname iname} {
incr i [expr $colorbar::yycnt-1]
}
-proc ColorbarCmdFontStyle {value {cmd {}}} {
- global colorbar
-
- switch $value {
- normal {
- set colorbar(font,weight) normal
- set colorbar(font,slant) roman
- }
- bold {
- set colorbar(font,weight) bold
- set colorbar(font,slant) roman
- }
- italic {
- set colorbar(font,weight) normal
- set colorbar(font,slant) italic
- }
- }
-
- if {$cmd != {}} {
- eval $cmd
- }
-}
-
proc ProcessSendColorbarCmd {proc id param {sock {}} {fn {}}} {
global colorbar
global view