diff options
author | Harvey Harrison <[email protected]> | 2011-12-31 14:59:50 -0800 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2011-12-31 14:59:50 -0800 |
commit | 0f45bb604a1b879d44c61a809bb21f75ae55041a (patch) | |
tree | 38acefb4bf4e78be3c3663e33d2c68917278d44e /src/javax/vecmath/Point4f.java | |
parent | 5800faa58d9dfe0244d40049cca7aa2a8ee4c395 (diff) |
vecmath: use eclipse organize imports cleanup tool
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/javax/vecmath/Point4f.java')
-rw-r--r-- | src/javax/vecmath/Point4f.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/javax/vecmath/Point4f.java b/src/javax/vecmath/Point4f.java index 5a7fda1..e2cdf0c 100644 --- a/src/javax/vecmath/Point4f.java +++ b/src/javax/vecmath/Point4f.java @@ -31,7 +31,6 @@ package javax.vecmath; -import java.lang.Math; /** * A 4 element point represented by single precision floating point x,y,z,w |