aboutsummaryrefslogtreecommitdiff
path: root/src/spherical_line.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-14 20:12:01 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-14 20:12:01 +0000
commitd12b68926f761ff5746a43aaed783c761013df86 (patch)
treef586ee84bf2fc7cb1429c77e11129dae75dc196c /src/spherical_line.c
parenta6395245153880a8b67f49631d3c5208c636a940 (diff)
// class_sethelpsymbol();
svn path=/trunk/externals/iem/iem_matrix/; revision=6899
Diffstat (limited to 'src/spherical_line.c')
-rw-r--r--src/spherical_line.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spherical_line.c b/src/spherical_line.c
index b2c6927..026b5a8 100644
--- a/src/spherical_line.c
+++ b/src/spherical_line.c
@@ -260,5 +260,5 @@ static void spherical_line_setup(void)
spherical_line_class = class_new(gensym("spherical_line"), (t_newmethod)spherical_line_new, (t_method)spherical_line_free,
sizeof(t_spherical_line), 0, A_FLOAT, 0);
class_addmethod(spherical_line_class, (t_method)spherical_line_matrix, gensym("matrix"), A_GIMME, 0);
- class_sethelpsymbol(spherical_line_class, gensym("iemhelp/spherical_line-help"));
+// class_sethelpsymbol(spherical_line_class, gensym("iemhelp/spherical_line-help"));
}