From 539a4f658d2b242191d2e3221e8d836e08b2c736 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Thu, 9 May 2013 13:11:13 +0000 Subject: remove unsued variable svn path=/trunk/externals/pmpd/; revision=17124 --- pmpd2d_various.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd2d_various.c') diff --git a/pmpd2d_various.c b/pmpd2d_various.c index 8a33f5d..32ee6e1 100644 --- a/pmpd2d_various.c +++ b/pmpd2d_various.c @@ -289,7 +289,7 @@ void pmpd2d_closestMass(t_pmpd2d *x, t_symbol *s, int argc, t_atom *argv)// t_fl void pmpd2d_massDistances_f_f(t_pmpd2d *x, t_int i, t_int j) { - t_float dist, tmp, dx, dy; + t_float dist, dx, dy; t_atom to_out[5]; -- cgit v1.2.1