aboutsummaryrefslogtreecommitdiff
path: root/src/demultiplex~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demultiplex~.c')
-rw-r--r--src/demultiplex~.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/demultiplex~.c b/src/demultiplex~.c
index 0b2e76c..7d5f0b3 100644
--- a/src/demultiplex~.c
+++ b/src/demultiplex~.c
@@ -82,12 +82,10 @@ static void demux_free(t_demux *x)
freebytes(x->out, x->n_out * sizeof(t_sample *));
}
-static void *demux_new(t_symbol *s, int argc, t_atom *argv)
+static void *demux_new(t_symbol* UNUSED(s), int argc, t_atom* UNUSED(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;