From 239e4e138ea8cfb78fc0d484b0ceb92e56767270 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Aug 2010 03:10:23 +0000 Subject: debianized using library template svn path=/trunk/externals/beatpipe/; revision=13832 --- beatpipe.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'beatpipe.c') diff --git a/beatpipe.c b/beatpipe.c index bae5417..f57f8db 100644 --- a/beatpipe.c +++ b/beatpipe.c @@ -272,7 +272,4 @@ void beatpipe_setup(void) class_addmethod(beatpipe_class, (t_method)beatpipe_freeze,gensym("freeze"),0); class_addmethod(beatpipe_class, (t_method)beatpipe_bang,gensym("continue"),0); class_addlist(beatpipe_class,(t_method) beatpipe_list); - class_sethelpsymbol(beatpipe_class,gensym("help-beatpipe")); - - } -- cgit v1.2.1