aboutsummaryrefslogtreecommitdiff
path: root/src/spec2_tabreceive~.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-14 20:34:27 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-14 20:34:27 +0000
commit298694795f59f101e82760c804a4057848bb8c23 (patch)
tree6363a1b81dd74b1d90d096397ea9739ea9e8145c /src/spec2_tabreceive~.c
parent05a9e3254454715e09b78f7a7ab788b02b2cbe60 (diff)
// class_sethelpsymbol();
svn path=/trunk/externals/iem/iem_spec2/; revision=6903
Diffstat (limited to 'src/spec2_tabreceive~.c')
-rw-r--r--src/spec2_tabreceive~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spec2_tabreceive~.c b/src/spec2_tabreceive~.c
index 0314886..30ed32e 100644
--- a/src/spec2_tabreceive~.c
+++ b/src/spec2_tabreceive~.c
@@ -1,7 +1,7 @@
/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
-iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */
+iem_spec2 written by Thomas Musil (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
@@ -143,5 +143,5 @@ void spec2_tabreceive_tilde_setup(void)
0, sizeof(t_spec2_tabreceive_tilde), 0, A_DEFSYM, 0);
class_addmethod(spec2_tabreceive_tilde_class, (t_method)spec2_tabreceive_tilde_dsp, gensym("dsp"), 0);
class_addsymbol(spec2_tabreceive_tilde_class, (t_method)spec2_tabreceive_tilde_symbol);
- class_sethelpsymbol(spec2_tabreceive_tilde_class, gensym("iemhelp/spec2_tabreceive~-help"));
+// class_sethelpsymbol(spec2_tabreceive_tilde_class, gensym("iemhelp/spec2_tabreceive~-help"));
}