summaryrefslogtreecommitdiffstats
path: root/src/bltInt.C
diff options
context:
space:
mode:
authorjoye <joye>2014-01-16 21:39:32 (GMT)
committerjoye <joye>2014-01-16 21:39:32 (GMT)
commitdb2d75441126d654c93c6b0b54c350cb071ea793 (patch)
treec052f85b174c521f829642b74d44cf47b938853f /src/bltInt.C
parent9d9d59b1a1e9472dee46dcf4b20077317417263e (diff)
downloadblt-db2d75441126d654c93c6b0b54c350cb071ea793.zip
blt-db2d75441126d654c93c6b0b54c350cb071ea793.tar.gz
blt-db2d75441126d654c93c6b0b54c350cb071ea793.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltInt.C')
-rw-r--r--src/bltInt.C21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/bltInt.C b/src/bltInt.C
index f7335d0..01edf57 100644
--- a/src/bltInt.C
+++ b/src/bltInt.C
@@ -86,27 +86,6 @@ int Tkblt_SafeInit(Tcl_Interp *interp)
return Tkblt_Init(interp);
}
-/*
- *---------------------------------------------------------------------------
- *
- * Blt_InitCmd --
- *
- * Given the name of a command, return a pointer to the clientData field
- * of the command.
- *
- * Results:
- * A standard TCL result. If the command is found, TCL_OK is returned
- * and clientDataPtr points to the clientData field of the command (if
- * the clientDataPtr in not NULL).
- *
- * Side effects:
- * If the command is found, clientDataPtr is set to the address of the
- * clientData of the command. If not found, an error message is left
- * in interp->result.
- *
- *---------------------------------------------------------------------------
- */
-/*ARGSUSED*/
int Blt_InitCmd(Tcl_Interp *interp, const char *nsName,
Blt_InitCmdSpec *specPtr)
{