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.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Globals.cpp b/src/Globals.cpp
index b8f5d14..2adfd22 100644
--- a/src/Globals.cpp
+++ b/src/Globals.cpp
@@ -48,21 +48,3 @@ bool blood;
 float fogcolorr;
 float fogcolorg;
 float fogcolorb;
-
-XYZ vel;
-XYZ midp;
-XYZ newpoint1,newpoint2;
-
-float oldlength;
-float relaxlength;
-
-float friction;
-int numrepeats;
-float groundlevel;
-float offset;
-XYZ impact;
-XYZ overpoint;
-XYZ underpoint;
-int whichtri;
-XYZ normalrotated;
-bool groundish;