From cecea45d580c99f052409a53e7c3007754e9f3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 11:27:37 +0000 Subject: cleanup includes svn path=/trunk/externals/zexy/; revision=9112 --- src/unpack.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/unpack.c') diff --git a/src/unpack.c b/src/unpack.c index aa520ec..4614856 100644 --- a/src/unpack.c +++ b/src/unpack.c @@ -18,11 +18,10 @@ /* 2305:forum::für::umläute:2001 */ #include "zexy.h" -#include /* ------------------------- zunpack ------------------------------- */ -/* convert anythings to lists, pass through the rest */ +/* like pack, but does no type-checking */ static t_class *zunpack_class; @@ -40,7 +39,6 @@ static void zunpack_list(t_zunpack *x, t_symbol *s, int argc, t_atom *argv) while(count--) { outlet_list(x->x_out[count], gensym("list"), 1, argv+count); } - } static void zunpack_bang(t_zunpack *x) -- cgit v1.2.1