diff --git a/core/src/main/java/com/seibel/lod/core/objects/math/Mat4f.java b/core/src/main/java/com/seibel/lod/core/objects/math/Mat4f.java index 31115cbbf..2447f9f02 100644 --- a/core/src/main/java/com/seibel/lod/core/objects/math/Mat4f.java +++ b/core/src/main/java/com/seibel/lod/core/objects/math/Mat4f.java @@ -19,8 +19,6 @@ package com.seibel.lod.core.objects.math; -import com.seibel.lod.api.items.objects.math.DhApiMat4f; - import java.nio.FloatBuffer; /** @@ -475,12 +473,6 @@ public class Mat4f }; } - /** Returns the API version of this object. */ - public DhApiMat4f createApiObject() - { - return new DhApiMat4f(this.getValuesAsArray()); - } - //===============// // Forge methods //