summaryrefslogtreecommitdiffstats
path: root/src/bltInt.C
diff options
context:
space:
mode:
authorjoye <joye>2013-08-29 19:08:11 (GMT)
committerjoye <joye>2013-08-29 19:08:11 (GMT)
commitaf1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab (patch)
tree2f74d4a1b5c4019a9c99a5119d6e1a452852796b /src/bltInt.C
parent30aa324f5b1910e4568dc8d33f5ef3ad2ca92d50 (diff)
downloadblt-af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab.zip
blt-af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab.tar.gz
blt-af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltInt.C')
-rw-r--r--src/bltInt.C8
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
};