diff options
Diffstat (limited to 'pmpd_test.c')
-rw-r--r-- | pmpd_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pmpd_test.c b/pmpd_test.c index c9b9ed1..a8b9121 100644 --- a/pmpd_test.c +++ b/pmpd_test.c @@ -1,6 +1,6 @@ int test_1d_mass(int i, t_pmpd *x, int argc, t_atom *argv) { - t_float tmp, tmp2; + t_float tmp; t_int j = 1; while (j < argc) { @@ -100,7 +100,7 @@ int test_1d_mass(int i, t_pmpd *x, int argc, t_atom *argv) int test_1d_link(int i, t_pmpd *x, int argc, t_atom *argv) { t_int j; - t_float tmp, tmp2; + t_float tmp; j = 1; while (j < argc) |