diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-29 17:39:56 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-29 17:39:56 +0000 |
commit | a9161f30b6950dde3f801e13ab9678cb0a7f4bed (patch) | |
tree | dbbd135e7ecb1c1ddd3428a8679229f4c4e0e7f9 /src/ann_som.c | |
parent | a38a927c5887b27e6e7728c1d0f0822dede7f36b (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.c | 1 |
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")); } |