summaryrefslogtreecommitdiffstats
path: root/src/bltInt.C
diff options
context:
space:
mode:
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
};