aboutsummaryrefslogtreecommitdiff
path: root/src/pitch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pitch.c')
-rw-r--r--src/pitch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pitch.c b/src/pitch.c
index ce2f426..bd95e1e 100644
--- a/src/pitch.c
+++ b/src/pitch.c
@@ -101,6 +101,5 @@ void pitch_setup(void)
pitch_class = class_new(gensym("pitch"), (t_newmethod)pitch_new,
0, sizeof(t_pitch), 0, A_DEFFLOAT, 0);
class_addfloat(pitch_class, pitch_float);
- class_sethelpsymbol(pitch_class, gensym("maxlib/help-pitch.pd"));
}