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/history.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/history.c') diff --git a/src/history.c b/src/history.c index 51119cf..8221ad3 100644 --- a/src/history.c +++ b/src/history.c @@ -252,6 +252,5 @@ void history_setup(void) class_addmethod(history_class, (t_method)history_weight, gensym("weight"), 0); class_addfloat(history_class, history_float); class_addmethod(history_class, (t_method)history_time, gensym("time"), A_FLOAT, 0); - class_sethelpsymbol(history_class, gensym("maxlib/help-history.pd")); } -- cgit v1.2.1