diff options
author | joye <joye> | 2013-08-29 18:53:31 (GMT) |
---|---|---|
committer | joye <joye> | 2013-08-29 18:53:31 (GMT) |
commit | 30aa324f5b1910e4568dc8d33f5ef3ad2ca92d50 (patch) | |
tree | a827cd771ddf2b9c2a15569bdb6706231321815b /src | |
parent | 9e6f4b6793af33a76866561fbaecee4d2723fd8f (diff) | |
download | blt-30aa324f5b1910e4568dc8d33f5ef3ad2ca92d50.zip blt-30aa324f5b1910e4568dc8d33f5ef3ad2ca92d50.tar.gz blt-30aa324f5b1910e4568dc8d33f5ef3ad2ca92d50.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltInt.C | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/bltInt.C b/src/bltInt.C index fcbefc2..006dcd3 100644 --- a/src/bltInt.C +++ b/src/bltInt.C @@ -131,21 +131,6 @@ static Tcl_AppInitProc *cmdProcs[] = #ifndef NO_BASE64 Blt_Base64CmdInitProc, #endif -#ifndef NO_PTYEXEC - Blt_PtyExecCmdInitProc, -#endif -#ifndef NO_CRC32 - Blt_Crc32CmdInitProc, -#endif -#ifndef NO_CSV - Blt_CsvCmdInitProc, -#endif -#ifndef NO_DATATABLE - Blt_TableCmdInitProc, -#endif -#ifndef NO_DEBUG - Blt_DebugCmdInitProc, -#endif #ifndef NO_SPLINE Blt_SplineCmdInitProc, #endif @@ -357,6 +342,3 @@ Blt_core_SafeInit(Tcl_Interp *interp) /* Interpreter to add extra commands */ return Blt_core_Init(interp); } -#ifdef USE_DLL -# include "bltWinDll.c" -#endif |