aboutsummaryrefslogtreecommitdiff
path: root/src/demultiplex~.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-04-05 11:27:26 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-04-05 11:27:26 +0000
commitcfc3bdbccea042a959bff9b255562cb92b863ca0 (patch)
treecf5c43d2ff430cdedc141e9c3c7957abde1c0af5 /src/demultiplex~.c
parent5b126d345c2a13c1fc58e47ff906099fd416c743 (diff)
use unused variables
svn path=/trunk/externals/zexy/; revision=4815
Diffstat (limited to 'src/demultiplex~.c')
-rw-r--r--src/demultiplex~.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demultiplex~.c b/src/demultiplex~.c
index 4d78583..d55d7f0 100644
--- a/src/demultiplex~.c
+++ b/src/demultiplex~.c
@@ -89,6 +89,8 @@ static void *demux_new(t_symbol *s, int argc, t_atom *argv)
{
t_demux *x = (t_demux *)pd_new(demux_class);
int i;
+ ZEXY_USEVAR(s);
+ ZEXY_USEVAR(argv);
if (!argc)argc=2;
x->n_out=argc;