summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotdialog.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/plotdialog.tcl')
-rw-r--r--ds9/library/plotdialog.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/ds9/library/plotdialog.tcl b/ds9/library/plotdialog.tcl
index e966d77..558925b 100644
--- a/ds9/library/plotdialog.tcl
+++ b/ds9/library/plotdialog.tcl
@@ -34,9 +34,6 @@ proc PlotDialog {varname wtt title xaxis yaxis} {
PlotTitle $varname $title $xaxis $yaxis
- # can be turned off for external line plots
- set var(graph,format) 1
-
# create window
Toplevel $var(top) $var(mb) 7 $wtt [list PlotDestroy $varname]