From 8e535e93efee1ed07984059f3a8efaa129c68a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 25 Jan 2006 16:27:08 +0000 Subject: removed the z_..._setup() function made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494 --- src/quantize~.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/quantize~.c') diff --git a/src/quantize~.c b/src/quantize~.c index 253df30..3fc6bef 100644 --- a/src/quantize~.c +++ b/src/quantize~.c @@ -111,8 +111,3 @@ void quantize_tilde_setup(void) class_sethelpsymbol(quantize_class, gensym("zexy/quantize~")); zexy_register("quantize~"); } - -void z_quantize__setup(void) -{ - quantize_tilde_setup(); -} -- cgit v1.2.1