diff options
Diffstat (limited to 'ds9/library/cube.tcl')
-rw-r--r-- | ds9/library/cube.tcl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ds9/library/cube.tcl b/ds9/library/cube.tcl index 920bf66..de4beca 100644 --- a/ds9/library/cube.tcl +++ b/ds9/library/cube.tcl @@ -726,15 +726,6 @@ proc CubeCmdCoord {ss sys axis} { CubeApply $cube(axis) } -proc CubeCmdSet {which value {cmd {}}} { - global cube - - set cube($which) $value - if {$cmd != {}} { - eval $cmd - } -} - proc ProcessSendCubeCmd {proc id param {sock {}} {fn {}}} { global cube global current |