From 5d04a76896ce2d19075224dd5e2cc6afe275233b Mon Sep 17 00:00:00 2001 From: stephengold Date: Sat, 12 Oct 2024 12:53:36 -0700 Subject: [PATCH] bugfix: unused import in RMat44.java --- src/main/java/com/github/stephengold/joltjni/RMat44.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/github/stephengold/joltjni/RMat44.java b/src/main/java/com/github/stephengold/joltjni/RMat44.java index 6f726671..beac1a23 100644 --- a/src/main/java/com/github/stephengold/joltjni/RMat44.java +++ b/src/main/java/com/github/stephengold/joltjni/RMat44.java @@ -25,7 +25,6 @@ of this software and associated documentation files (the "Software"), to deal import com.github.stephengold.joltjni.readonly.QuatArg; import com.github.stephengold.joltjni.readonly.RMat44Arg; import com.github.stephengold.joltjni.readonly.RVec3Arg; -import com.github.stephengold.joltjni.readonly.Vec4Arg; /** * A 4x4 matrix used to represent transformations of 3-D coordinates.