diff options
Diffstat (limited to 'threadlib/src/threadlib.c')
-rwxr-xr-x | threadlib/src/threadlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/threadlib/src/threadlib.c b/threadlib/src/threadlib.c index 6cdf1af..47ec0b7 100755 --- a/threadlib/src/threadlib.c +++ b/threadlib/src/threadlib.c @@ -73,6 +73,4 @@ void threadlib_setup(void) threadlib_class = class_new(gensym("threadlib"), threadlib_new, 0,
sizeof(t_threadlib), 0, 0);
class_addmethod(threadlib_class, (t_method)threadlib_help, gensym("help"), 0);
-
- return 0;
}
|