summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotconfig.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-06-05 20:56:15 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-06-05 20:56:15 (GMT)
commit10be2d85ae114d9e0e34eb438f49fbe54ea17779 (patch)
tree3e6b395d564232570132fd92518f94ef430e97c9 /ds9/library/plotconfig.tcl
parent6b702c4ddb91ac7b56b755b9e949d435cd1d19cb (diff)
downloadblt-10be2d85ae114d9e0e34eb438f49fbe54ea17779.zip
blt-10be2d85ae114d9e0e34eb438f49fbe54ea17779.tar.gz
blt-10be2d85ae114d9e0e34eb438f49fbe54ea17779.tar.bz2
add multiple plot support
Diffstat (limited to 'ds9/library/plotconfig.tcl')
-rw-r--r--ds9/library/plotconfig.tcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ds9/library/plotconfig.tcl b/ds9/library/plotconfig.tcl
index 4755d93..b64e5dc 100644
--- a/ds9/library/plotconfig.tcl
+++ b/ds9/library/plotconfig.tcl
@@ -16,8 +16,6 @@ proc PlotLoadConfigFile {varname filename} {
upvar #0 $varname var
global $varname
- set cc $var(graph,current)
-
if {$filename == {}} {
return
}
@@ -197,8 +195,6 @@ proc PlotSaveConfigFile {varname filename} {
upvar #0 $varname var
global $varname
- set cc $var(graph,current)
-
if {$filename == {}} {
return
}