From 5fb78045398126f1fba580217f0ffa62df47890a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 20 Nov 2006 05:51:53 +0000 Subject: with Ben's permission, I renamed the help files to all be in the standard format and removed the redundant class_sethelpsymbol() functions svn path=/trunk/externals/bbogart/chaos/; revision=6341 --- gingerbreadman.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gingerbreadman.c') diff --git a/gingerbreadman.c b/gingerbreadman.c index 51218a1..a425f71 100644 --- a/gingerbreadman.c +++ b/gingerbreadman.c @@ -96,6 +96,7 @@ void gingerbreadman_setup(void) { gingerbreadman_class = class_new(gensym("gingerbreadman"), (t_newmethod) gingerbreadman_new, 0, sizeof(gingerbreadman_struct), 0, A_GIMME, 0); class_addbang(gingerbreadman_class, (t_method) calculate); class_addmethod(gingerbreadman_class, (t_method) reset, gensym("reset"), A_GIMME, 0); - class_sethelpsymbol(gingerbreadman_class, gensym("help-gingerbreadman.pd")); + + } -- cgit v1.2.1