aboutsummaryrefslogtreecommitdiff
path: root/pmpd_test.c
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2013-05-09 13:11:13 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2013-05-09 13:11:13 +0000
commit539a4f658d2b242191d2e3221e8d836e08b2c736 (patch)
treed5c285c97a0d40d8928552ba69ef44ce2532b3ca /pmpd_test.c
parentf55c60d5324741405739a94abda10b9b180281cb (diff)
remove unsued variable
svn path=/trunk/externals/pmpd/; revision=17124
Diffstat (limited to 'pmpd_test.c')
-rw-r--r--pmpd_test.c4
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)