Remove DhApiMat4f from Mat4f

This commit is contained in:
James Seibel
2022-09-05 21:12:00 -05:00
parent 7ee113ddff
commit f323eaf666
@@ -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 //