diff options
Diffstat (limited to 'src/zexy.c')
-rw-r--r-- | src/zexy.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |