summaryrefslogtreecommitdiffstats
path: root/ds9/library/ds9.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-09-25 20:19:22 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-09-25 20:19:22 (GMT)
commit5f3f1dbfaaf884a7c8fc5934f914f31711d84707 (patch)
treec734787f900406107e7f4012d39bec4c2b920fc5 /ds9/library/ds9.tcl
parent7e2a423d38790025bb7134c69686155ea1118f9e (diff)
downloadblt-5f3f1dbfaaf884a7c8fc5934f914f31711d84707.zip
blt-5f3f1dbfaaf884a7c8fc5934f914f31711d84707.tar.gz
blt-5f3f1dbfaaf884a7c8fc5934f914f31711d84707.tar.bz2
XPA: rm checkdns from init sequence
Diffstat (limited to 'ds9/library/ds9.tcl')
-rw-r--r--ds9/library/ds9.tcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 8705d27..f4f0bcf 100644
--- a/ds9/library/ds9.tcl
+++ b/ds9/library/ds9.tcl
@@ -317,10 +317,6 @@ switch $ds9(wm) {
package require xmlrpc
package require DS9
-
- proc checkdns {a b {c {}}} {
- return 0
- }
}
}