diff options
Diffstat (limited to 'src/mtx_sin.c')
-rw-r--r-- | src/mtx_sin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtx_sin.c b/src/mtx_sin.c index 290338c..a897532 100644 --- a/src/mtx_sin.c +++ b/src/mtx_sin.c @@ -44,7 +44,6 @@ static void mtx_sin_list(t_mtx_binscalar *x, t_symbol *s, int argc, t_atom *argv { int n=argc; t_atom *m; - t_float factor = x->f; adjustsize(&x->m, 1, argc); m = x->m.atombuffer; |