aboutsummaryrefslogtreecommitdiff
path: root/src/tilt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilt.c')
-rw-r--r--src/tilt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tilt.c b/src/tilt.c
index 138e9ca..048022e 100644
--- a/src/tilt.c
+++ b/src/tilt.c
@@ -171,6 +171,5 @@ void tilt_setup(void)
class_addmethod(tilt_class, (t_method)tilt_hi_limit, gensym("hi"), A_FLOAT, 0);
class_addmethod(tilt_class, (t_method)tilt_low_limit, gensym("low"), A_FLOAT, 0);
class_addmethod(tilt_class, (t_method)tilt_trip_point, gensym("trip"), A_FLOAT, 0);
- class_sethelpsymbol(tilt_class, gensym("maxlib/help-tilt.pd"));
}