From bda270567c10ba2799f0bbc25df952722e6f2c4f Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 18 Jan 2019 15:50:56 -0500 Subject: clean up build --- ds9/win/ds9.C | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ds9/win/ds9.C b/ds9/win/ds9.C index e1a6b59..9f940d4 100644 --- a/ds9/win/ds9.C +++ b/ds9/win/ds9.C @@ -44,8 +44,6 @@ extern "C" { int Tclxml_Init(Tcl_Interp*); int Tclxml_libxml2_Init(Tcl_Interp*); - // int Signal_ext_Init(Tcl_Interp*); - int Tkwin32_Init(Tcl_Interp*); } @@ -225,12 +223,6 @@ int SAOAppInit(Tcl_Interp *interp) Tcl_StaticPackage (interp, "window", Tkimgwindow_Init, (Tcl_PackageInitProc*)NULL); - // Signal_Ext - // if (Signal_ext_Init(interp) == TCL_ERROR) - // return TCL_ERROR; - // Tcl_StaticPackage (interp, "signal", Signal_ext_Init, - // (Tcl_PackageInitProc*)NULL); - // Tkwin32 if (Tkwin32_Init(interp) == TCL_ERROR) return TCL_ERROR; -- cgit v0.12