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