From 00ef7e7c0fd44090f9acded5e45e541f248fb575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 5 Aug 2003 14:46:34 +0000 Subject: array16 and friends are now in the library iem16 svn path=/trunk/externals/zexy/; revision=826 --- src/zexy.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/zexy.c') diff --git a/src/zexy.c b/src/zexy.c index c5250a6..f7a04f0 100644 --- a/src/zexy.c +++ b/src/zexy.c @@ -204,8 +204,6 @@ void z_wrap_setup(); ... */ -void z_array_setup(); - void zexy_setup(void) { int i; @@ -269,8 +267,6 @@ void zexy_setup(void) z_lp_setup(); #endif - z_array_setup(); - /* ************************************** */ startpost("\n\t"); for (i=0; i<28; i++) startpost("%c", HEARTSYMBOL); -- cgit v1.2.1