aboutsummaryrefslogtreecommitdiff
path: root/src/urn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/urn.c')
-rw-r--r--src/urn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/urn.c b/src/urn.c
index ee45378..602fd13 100644
--- a/src/urn.c
+++ b/src/urn.c
@@ -104,11 +104,10 @@ static void urn_seed(t_urn *x, t_float f)
x->x_seed = f;
}
-static void *urn_new(t_symbol *s, int argc, t_atom *argv)
+static void *urn_new(t_symbol* UNUSED(s), int argc, t_atom *argv)
{
t_urn *x = (t_urn *)pd_new(urn_class);
t_float f=0.;
- ZEXY_USEVAR(s);
inlet_new(&x->x_obj, &x->x_obj.ob_pd, gensym("float"), gensym(""));
x->x_floatout=outlet_new(&x->x_obj, gensym("float"));