diff options
Diffstat (limited to 'src/ann_td.c')
-rwxr-xr-x | src/ann_td.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ann_td.c b/src/ann_td.c index a6d7a47..307ab8d 100755 --- a/src/ann_td.c +++ b/src/ann_td.c @@ -658,8 +658,5 @@ void ann_td_setup(void) { // the most important one: running the ann class_addlist(ann_td_class, (t_method)ann_td_manage_list); - // help patch - class_sethelpsymbol(ann_td_class, gensym("help-ann_td")); - } |