aboutsummaryrefslogtreecommitdiff
path: root/src/atof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atof.c')
-rw-r--r--src/atof.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/atof.c b/src/atof.c
index ab7fcbf..1f95c35 100644
--- a/src/atof.c
+++ b/src/atof.c
@@ -50,11 +50,8 @@ static void atof_symbol(t_atof *x, t_symbol *sym)
outlet_symbol(x->x_reject, sym);
}
}
-static void atof_list(t_atof *x, t_symbol *s, int argc, t_atom *argv)
+static void atof_list(t_atof *x, t_symbol* UNUSED(s), int argc, t_atom *argv)
{
- const char* c;
- ZEXY_USEVAR(s);
-
if(!argc){
atof_bang(x);
return;