aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_egg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_egg.c')
-rw-r--r--src/mtx_egg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_egg.c b/src/mtx_egg.c
index 1ca85b7..5067a21 100644
--- a/src/mtx_egg.c
+++ b/src/mtx_egg.c
@@ -51,7 +51,7 @@ void mtx_egg_setup(void)
class_addbang(mtx_egg_class, matrix_bang);
class_addmethod(mtx_egg_class, (t_method)matrix_egg, gensym("matrix"), A_GIMME, 0);
- class_sethelpsymbol(mtx_egg_class, gensym("iemmatrix/mtx_special"));
+
}
void iemtx_egg_setup(void){
mtx_egg_setup();