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/a2l.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/a2l.c') diff --git a/src/a2l.c b/src/a2l.c index 4e0f6d4..8b8efbe 100644 --- a/src/a2l.c +++ b/src/a2l.c @@ -88,8 +88,3 @@ void a2l_setup(void) class_sethelpsymbol(a2l_class, gensym("zexy/any2list")); zexy_register("a2l"); } - -void z_a2l_setup(void) -{ - a2l_setup(); -} -- cgit v1.2.1