aboutsummaryrefslogtreecommitdiff
path: root/mass2D.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 /mass2D.c
parentf55c60d5324741405739a94abda10b9b180281cb (diff)
remove unsued variable
svn path=/trunk/externals/pmpd/; revision=17124
Diffstat (limited to 'mass2D.c')
-rw-r--r--mass2D.c10
1 files changed, 5 insertions, 5 deletions
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