aboutsummaryrefslogtreecommitdiff
path: root/src/tab_const.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab_const.c')
-rw-r--r--src/tab_const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab_const.c b/src/tab_const.c
index 9b5d80f..2ab8fe3 100644
--- a/src/tab_const.c
+++ b/src/tab_const.c
@@ -155,5 +155,5 @@ void tab_const_setup(void)
class_addfloat(tab_const_class, (t_method)tab_const_float);
class_addlist(tab_const_class, (t_method)tab_const_list);
class_addmethod(tab_const_class, (t_method)tab_const_dst, gensym("dst"), A_DEFSYMBOL, 0);
- class_sethelpsymbol(tab_const_class, gensym("iemhelp2/tab_const-help"));
+// class_sethelpsymbol(tab_const_class, gensym("iemhelp2/tab_const-help"));
}