From c3a067dc355fc57a5759d4e9a97bcbcd878caf13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 12:28:27 +0000 Subject: pedantic and C99 svn path=/trunk/externals/iem/iemmatrix/; revision=9114 --- src/mtx_colon.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mtx_colon.c') diff --git a/src/mtx_colon.c b/src/mtx_colon.c index 4e36630..6d8f48c 100644 --- a/src/mtx_colon.c +++ b/src/mtx_colon.c @@ -72,7 +72,6 @@ static void mTXColonList (MTXColon *mtx_colon_obj, t_symbol *s, } size = (int)((stopval- startval + step) / step); - //post("startval %f stopval %f step %f, size %d",startval, stopval, step, size); if (size) { if (size!=mtx_colon_obj->size) { if (list_out) -- cgit v1.2.1