diff options
author | joye <joye> | 2013-08-29 19:08:11 (GMT) |
---|---|---|
committer | joye <joye> | 2013-08-29 19:08:11 (GMT) |
commit | af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab (patch) | |
tree | 2f74d4a1b5c4019a9c99a5119d6e1a452852796b /src | |
parent | 30aa324f5b1910e4568dc8d33f5ef3ad2ca92d50 (diff) | |
download | blt-af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab.zip blt-af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab.tar.gz blt-af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltInt.C | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bltInt.C b/src/bltInt.C index 006dcd3..234e72f 100644 --- a/src/bltInt.C +++ b/src/bltInt.C @@ -128,15 +128,7 @@ unset var path\n\ static Tcl_AppInitProc *cmdProcs[] = { -#ifndef NO_BASE64 - Blt_Base64CmdInitProc, -#endif -#ifndef NO_SPLINE - Blt_SplineCmdInitProc, -#endif -#ifndef NO_VECTOR Blt_VectorCmdInitProc, -#endif (Tcl_AppInitProc *) NULL }; |