aboutsummaryrefslogtreecommitdiff
path: root/scratcher~
diff options
context:
space:
mode:
Diffstat (limited to 'scratcher~')
-rw-r--r--scratcher~/scratcher~-help.pd (renamed from scratcher~/help-scratcher~.pd)0
-rw-r--r--scratcher~/scratcher~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/scratcher~/help-scratcher~.pd b/scratcher~/scratcher~-help.pd
index 4a9149c..4a9149c 100644
--- a/scratcher~/help-scratcher~.pd
+++ b/scratcher~/scratcher~-help.pd
diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c
index 664ed20..1045ff0 100644
--- a/scratcher~/scratcher~.c
+++ b/scratcher~/scratcher~.c
@@ -768,7 +768,6 @@ void scratcher_tilde_setup(void)
#include "scratcher~.tk2c"
scratcher_class = class_new(gensym("scratcher~"), (t_newmethod)scratcher_new, (t_method)scratcher_free,
sizeof(t_scratcher), 0, A_GIMME, 0);
- class_sethelpsymbol( scratcher_class, gensym("help-scratcher~.pd") );
// set callbacks
scratcher_widgetbehavior.w_getrectfn = scratcher_getrect;