aboutsummaryrefslogtreecommitdiff
path: root/tclpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tclpd.c')
-rw-r--r--tclpd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tclpd.c b/tclpd.c
index 72ffa90..c888101 100644
--- a/tclpd.c
+++ b/tclpd.c
@@ -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;