summaryrefslogtreecommitdiffstats
path: root/ds9/win
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/win')
-rw-r--r--ds9/win/ds9.C6
1 files changed, 0 insertions, 6 deletions
diff --git a/ds9/win/ds9.C b/ds9/win/ds9.C
index 0b50f7f..dbff388 100644
--- a/ds9/win/ds9.C
+++ b/ds9/win/ds9.C
@@ -133,12 +133,6 @@ int SAOAppInit(Tcl_Interp *interp)
Tcl_StaticPackage (interp, "Tktable", Tktable_Init,
(Tcl_PackageInitProc*)NULL);
- // Tclcheckdns
- // if (Tclcheckdns_Init(interp) == TCL_ERROR)
- // return TCL_ERROR;
- // Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init,
- // (Tcl_PackageInitProc*)NULL);
-
// Tls
if (Tls_Init(interp) == TCL_ERROR)
return TCL_ERROR;