summaryrefslogtreecommitdiffstats
path: root/ds9/library/iis.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/iis.tcl')
-rw-r--r--ds9/library/iis.tcl12
1 files changed, 0 insertions, 12 deletions
diff --git a/ds9/library/iis.tcl b/ds9/library/iis.tcl
index 837a6ed..8f13a39 100644
--- a/ds9/library/iis.tcl
+++ b/ds9/library/iis.tcl
@@ -382,17 +382,5 @@ proc ProcessSendIISCmd {proc id param {sock {}} {fn {}}} {
iissend::YY_FLUSH_BUFFER
iissend::yy_scan_string $param
iissend::yyparse
- return
-
- global current
-
- switch -- [string tolower [lindex $param 0]] {
- filename {
- if {$current(frame) != {}} {
- $proc $id \
- "[$current(frame) get iis file name [lindex $param 1]]\n"
- }
- }
- }
}