aboutsummaryrefslogtreecommitdiff
path: root/src/tab_gt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab_gt.c')
-rw-r--r--src/tab_gt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab_gt.c b/src/tab_gt.c
index 9a2f87c..a130818 100644
--- a/src/tab_gt.c
+++ b/src/tab_gt.c
@@ -192,5 +192,5 @@ void tab_gt_setup(void)
class_addmethod(tab_gt_class, (t_method)tab_gt_src1, gensym("src1"), A_DEFSYMBOL, 0);
class_addmethod(tab_gt_class, (t_method)tab_gt_src2, gensym("src2"), A_DEFSYMBOL, 0);
class_addmethod(tab_gt_class, (t_method)tab_gt_dst, gensym("dst"), A_DEFSYMBOL, 0);
- class_sethelpsymbol(tab_gt_class, gensym("iemhelp2/tab_gt-help"));
+// class_sethelpsymbol(tab_gt_class, gensym("iemhelp2/tab_gt-help"));
}