aboutsummaryrefslogtreecommitdiff
path: root/src/tabset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabset.c')
-rw-r--r--src/tabset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tabset.c b/src/tabset.c
index 9c11633..f7b0eec 100644
--- a/src/tabset.c
+++ b/src/tabset.c
@@ -51,12 +51,11 @@ static void tabset_float(t_tabset *x, t_floatarg f)
}
}
-static void tabset_list(t_tabset *x, t_symbol *s, int argc, t_atom* argv)
+static void tabset_list(t_tabset *x, t_symbol* UNUSED(s), int argc, t_atom* argv)
{
t_garray *A;
int npoints;
zarray_t *vec;
- ZEXY_USEVAR(s);
if (!(A = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class)))
error("%s: no such array", x->x_arrayname->s_name);