From 008b5f3988f58b63f546ed5ef75246eeded70119 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 21 Jul 2003 15:49:15 +0000 Subject: fixed help patches svn path=/trunk/externals/maxlib/; revision=788 --- src/bilex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bilex.c') diff --git a/src/bilex.c b/src/bilex.c index 44bc045..ca2afd3 100644 --- a/src/bilex.c +++ b/src/bilex.c @@ -75,7 +75,6 @@ void bilex_setup(void) rand_bilex_class = class_new(gensym("bilex"), (t_newmethod)rand_bilex_new, 0, sizeof(t_rand_bilex), 0, A_DEFFLOAT, 0); class_addbang(rand_bilex_class, rand_bilex_bang); - class_sethelpsymbol(rand_bilex_class, gensym("maxlib/help-bilex.pd")); #ifndef MAXLIB post(version); #endif -- cgit v1.2.1