aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-08-05 14:46:34 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-08-05 14:46:34 +0000
commit00ef7e7c0fd44090f9acded5e45e541f248fb575 (patch)
treec5c724a6daeeb8250a3c4753b4b27a1a053dfa55
parent1f081c7875c1f5cb5abf6e139bb4ec319b082017 (diff)
array16 and friends are now in the library iem16
svn path=/trunk/externals/zexy/; revision=826
-rw-r--r--src/makefile.linux3
-rw-r--r--src/zexy.c4
2 files changed, 1 insertions, 6 deletions
diff --git a/src/makefile.linux b/src/makefile.linux
index fb4e167..7369bde 100644
--- a/src/makefile.linux
+++ b/src/makefile.linux
@@ -36,8 +36,7 @@ TARGETS = zexy \
z_dfreq z_sigzero z_pdf \
z_sfplay z_sfrecord \
z_sigpack \
- z_prime z_random z_wrap \
- z_array
+ z_prime z_random z_wrap
# ----------------------- LINUX ----------------------------
.SUFFIXES: .pd_linux
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);