From f323eaf66662e6e21340f5689cd080eb1e07c1e0 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 5 Sep 2022 21:12:00 -0500 Subject: [PATCH] Remove DhApiMat4f from Mat4f --- .../main/java/com/seibel/lod/core/objects/math/Mat4f.java | 8 -------- 1 file changed, 8 deletions(-) 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 //