aboutsummaryrefslogtreecommitdiff
path: root/osc/unpackOSC.c
diff options
context:
space:
mode:
Diffstat (limited to 'osc/unpackOSC.c')
-rw-r--r--osc/unpackOSC.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/osc/unpackOSC.c b/osc/unpackOSC.c
index f6ef559..cc29265 100644
--- a/osc/unpackOSC.c
+++ b/osc/unpackOSC.c
@@ -119,7 +119,6 @@ void unpackOSC_setup(void)
(t_newmethod)unpackOSC_new, (t_method)unpackOSC_free,
sizeof(t_unpackOSC), 0, 0);
class_addlist(unpackOSC_class, (t_method)unpackOSC_list);
- class_sethelpsymbol(unpackOSC_class, gensym("routeOSC")); /* same help patch as routeOSC*/
}
/* unpackOSC_list expects an OSC packet in the form of a list of floats on [0..255] */