summaryrefslogtreecommitdiffstats
path: root/ds9/win
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-09-25 20:38:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-09-25 20:38:03 (GMT)
commit03d3d008822976fc820a9a36a9989b26b85a1ebd (patch)
tree4c9c6f7cdcaa9b8ebc10912856df178730964ce6 /ds9/win
parent63f18b568fac5a69960757b6fde3943ed9ba14b5 (diff)
downloadblt-03d3d008822976fc820a9a36a9989b26b85a1ebd.zip
blt-03d3d008822976fc820a9a36a9989b26b85a1ebd.tar.gz
blt-03d3d008822976fc820a9a36a9989b26b85a1ebd.tar.bz2
rm checkdns from build
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;