summary refs log tree commit diff
path: root/src/Globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Globals.cpp')
-rw-r--r--src/Globals.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Globals.cpp b/src/Globals.cpp
index a22955b..2760674 100644
--- a/src/Globals.cpp
+++ b/src/Globals.cpp
@@ -54,17 +54,6 @@ float a1,a2,a3;
 float total,denom,mu;
 XYZ n,pa1,pa2,pa3;
 
-float u0, u1, u2;
-float v0, v1, v2;
-float a, b;
-int i, j;
-bool bInter;
-float pointv[3];
-float p1v[3];
-float p2v[3];
-float p3v[3];
-float normalv[3];
-
 XYZ vel;
 XYZ midp;
 XYZ newpoint1,newpoint2;