aboutsummaryrefslogtreecommitdiff
path: root/src/ann_td.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-29 17:39:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-29 17:39:56 +0000
commita9161f30b6950dde3f801e13ab9678cb0a7f4bed (patch)
treedbbd135e7ecb1c1ddd3428a8679229f4c4e0e7f9 /src/ann_td.c
parenta38a927c5887b27e6e7728c1d0f0822dede7f36b (diff)
changed to follow help file standard
svn path=/trunk/externals/ann/; revision=7100
Diffstat (limited to 'src/ann_td.c')
-rwxr-xr-xsrc/ann_td.c3
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"));
-
}