diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-02 22:22:02 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-02 22:22:02 +0000 |
commit | 8935f278f8de0689116271d84c965961e9971e5e (patch) | |
tree | 38d39364516aed2b6d75671396f6b9297abb915a /tclpd.c | |
parent | 7fda5e60d285ec9034869d7d9ddeb5305ab3efb9 (diff) |
cleanup misleading comments
svn path=/trunk/externals/loaders/tclpd/; revision=15463
Diffstat (limited to 'tclpd.c')
-rw-r--r-- | tclpd.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5,10 +5,6 @@ Tcl_Interp *tcl_for_pd = NULL; -extern void tcl_setup(void) { - tclpd_setup(); -} - void tclpd_setup(void) { if(tcl_for_pd) { return; |