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_interactor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd2d_interactor.c') diff --git a/pmpd2d_interactor.c b/pmpd2d_interactor.c index 86d6746..3104cdc 100644 --- a/pmpd2d_interactor.c +++ b/pmpd2d_interactor.c @@ -42,7 +42,7 @@ void pmpd2d_iCircle(t_pmpd2d *x, t_symbol *s, int argc, t_atom *argv) // [7] : max radium of the interactor - t_float a, b, R, K, power, tmp, Rmin, Rmax; + t_float a, b, R, K, power, Rmin, Rmax; t_int i; if (!((argc>=5) && (argv[1].a_type == A_FLOAT)&& (argv[2].a_type == A_FLOAT)&& (argv[3].a_type == A_FLOAT) )) -- cgit v1.2.1