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 --- pmpd3d_interactor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd3d_interactor.c') diff --git a/pmpd3d_interactor.c b/pmpd3d_interactor.c index 7f005c8..70a9a12 100644 --- a/pmpd3d_interactor.c +++ b/pmpd3d_interactor.c @@ -270,7 +270,7 @@ void pmpd3d_iSphere(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv) // [8] : max radium of the interactor - t_float a, b, c, R, K, power, tmp, Rmin, Rmax; + t_float a, b, c, R, K, power, Rmin, Rmax; t_int i; if (!((argc>=6) && (argv[1].a_type == A_FLOAT)&& (argv[2].a_type == A_FLOAT)&& (argv[3].a_type == A_FLOAT)&& (argv[4].a_type == A_FLOAT))) -- cgit v1.2.1