From 1b67b9b68a88c3c365caa24f4edd415726948734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 12:11:24 +0000 Subject: run with "-pedantic" and "-std=c99": removed warnings svn path=/trunk/externals/zexy/; revision=9113 --- src/tabread4~~.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tabread4~~.c') diff --git a/src/tabread4~~.c b/src/tabread4~~.c index dbcf4bf..d150afa 100644 --- a/src/tabread4~~.c +++ b/src/tabread4~~.c @@ -72,7 +72,6 @@ static t_int *tabread4_tilde_perform(t_int *w) while (n--) *out++ = 0; return (w+6); } - // post("xxx"); for (i = 0; i < n; i++) { t_sample in0_s=*in++; @@ -87,9 +86,6 @@ static t_int *tabread4_tilde_perform(t_int *w) index = maxindex, frac = 1; else frac = findex - index; - //post("%f + %f = %f", in0_s, in1_s, findex); - // post("%f - %f = %d", findex, frac, index); - wp = buf + index; a = zarray_getfloat(wp,-1); -- cgit v1.2.1