aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_inter.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/s_inter.c')
-rw-r--r--pd/src/s_inter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c
index dc7d3a34..15d7e11c 100644
--- a/pd/src/s_inter.c
+++ b/pd/src/s_inter.c
@@ -49,7 +49,6 @@ typedef int socklen_t;
#define DEBUG_MESSUP 1 /* messages up from pd to pd-gui */
#define DEBUG_MESSDOWN 2 /* messages down from pd-gui to pd */
-/* T.Grill - make it a _little_ more adaptable... */
#ifndef PDBINDIR
#define PDBINDIR "bin/"
#endif
@@ -1190,8 +1189,6 @@ int sys_startgui(const char *guidir)
}
-
-/* T.Grill - import clean quit function */
extern void sys_exit(void);
/* This is called when something bad has happened, like a segfault.