aboutsummaryrefslogtreecommitdiff
path: root/osc/unpackOSC.c
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2012-02-14 21:09:56 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2012-02-14 21:09:56 +0000
commit9c63926d67ea18297c72a622c1a13df7b36f6b35 (patch)
tree2fd117846a2f9666edc4fc065eea677ffbae787d /osc/unpackOSC.c
parent4f75b8c09abfc7fd4c0739c4cfdcf3d6c9c0a1f0 (diff)
Added an [unpackOSC] help patch.
svn path=/trunk/externals/mrpeach/; revision=15965
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] */