summaryrefslogtreecommitdiffstats
path: root/src/bltInt.C
diff options
context:
space:
mode:
authorjoye <joye>2013-08-29 18:26:59 (GMT)
committerjoye <joye>2013-08-29 18:26:59 (GMT)
commit7b2ea9219107a8ec42ae046fe52e0fe629c3c095 (patch)
treeb0b079d261e936adbc0d00de31d2c56e468cf9bd /src/bltInt.C
parent12f843a00dd408f4181ae98cd91f137a10395efc (diff)
downloadblt-7b2ea9219107a8ec42ae046fe52e0fe629c3c095.zip
blt-7b2ea9219107a8ec42ae046fe52e0fe629c3c095.tar.gz
blt-7b2ea9219107a8ec42ae046fe52e0fe629c3c095.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltInt.C')
-rw-r--r--src/bltInt.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bltInt.C b/src/bltInt.C
index da3ac95..9c600b2 100644
--- a/src/bltInt.C
+++ b/src/bltInt.C
@@ -131,9 +131,6 @@ static Tcl_AppInitProc *cmdProcs[] =
#ifndef NO_BASE64
Blt_Base64CmdInitProc,
#endif
-#ifndef NO_BGEXEC
- Blt_BgexecCmdInitProc,
-#endif
#ifndef NO_PTYEXEC
Blt_PtyExecCmdInitProc,
#endif
@@ -155,15 +152,9 @@ static Tcl_AppInitProc *cmdProcs[] =
#ifndef NO_SPLINE
Blt_SplineCmdInitProc,
#endif
-#ifndef NO_TREE
- Blt_TreeCmdInitProc,
-#endif
#ifndef NO_VECTOR
Blt_VectorCmdInitProc,
#endif
-#ifndef NO_WATCH
- Blt_WatchCmdInitProc,
-#endif
(Tcl_AppInitProc *) NULL
};