aboutsummaryrefslogtreecommitdiff
path: root/src/tab_max_index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab_max_index.c')
-rw-r--r--src/tab_max_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab_max_index.c b/src/tab_max_index.c
index 143cb4a..8da656b 100644
--- a/src/tab_max_index.c
+++ b/src/tab_max_index.c
@@ -141,5 +141,5 @@ void tab_max_index_setup(void)
class_addlist(tab_max_index_class, (t_method)tab_max_index_list);
class_addmethod(tab_max_index_class, (t_method)tab_max_index_src, gensym("src"), A_DEFSYMBOL, 0);
class_addmethod(tab_max_index_class, (t_method)tab_max_index_src, gensym("src1"), A_DEFSYMBOL, 0);
- class_sethelpsymbol(tab_max_index_class, gensym("iemhelp2/tab_max_index-help"));
+// class_sethelpsymbol(tab_max_index_class, gensym("iemhelp2/tab_max_index-help"));
}