aboutsummaryrefslogtreecommitdiff
path: root/src/ann_som.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_som.c
parenta38a927c5887b27e6e7728c1d0f0822dede7f36b (diff)
changed to follow help file standard
svn path=/trunk/externals/ann/; revision=7100
Diffstat (limited to 'src/ann_som.c')
-rw-r--r--src/ann_som.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ann_som.c b/src/ann_som.c
index 65a8682..18aee95 100644
--- a/src/ann_som.c
+++ b/src/ann_som.c
@@ -758,7 +758,6 @@ static void som_setup(void)
class_addmethod(som_class, (t_method)som_print, gensym("print"), 0);
class_addmethod(som_class, (t_method)som_help, gensym("help"), 0);
- class_sethelpsymbol(som_class, gensym("som"));
}