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 --- mass2D.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mass2D.c') diff --git a/mass2D.c b/mass2D.c index bea7cd7..16bb2ae 100644 --- a/mass2D.c +++ b/mass2D.c @@ -347,7 +347,7 @@ void mass2D_inter_seg(t_mass2D *x, t_symbol *s, int argc, t_atom *argv) { t_float a1, b1, c1, a2, b2, c2, a3, b3, c3, tmp; t_float posx1, posx2, posy1, posy2; -t_float profondeur, prof_max; +t_float profondeur; if (argc == 12) // 0 : posx1 @@ -448,7 +448,7 @@ void mass2D_inter_line(t_mass2D *x, t_symbol *s, int argc, t_atom *argv) { t_float a1, b1, c1, tmp; t_float posx1, posx2, posy1, posy2; -t_float profondeur, prof_max; +t_float profondeur; if (argc == 12) // 0 : posx1 @@ -523,10 +523,10 @@ t_float profondeur, prof_max; void mass2D_inter_circle(t_mass2D *x, t_symbol *s, int argc, t_atom *argv) { -t_float posx1, posy1, Nx, Ny, dx, dy, distance, Dmax, tmp; +t_float posx1, posy1, Nx, Ny, distance, Dmax, tmp; t_float deltaX_old, deltaY_old, distance_old ; -t_float fnx=0, fny=0; -t_float ftx=0, fty=0; +t_float fnx=0; +t_float ftx=0; if (argc == 20) // 0 : Xcentre -- cgit v1.2.1