diff --git a/src/main/java/com/minelittlepony/model/AbstractPonyModel.java b/src/main/java/com/minelittlepony/model/AbstractPonyModel.java index c1b65f88..205b6850 100644 --- a/src/main/java/com/minelittlepony/model/AbstractPonyModel.java +++ b/src/main/java/com/minelittlepony/model/AbstractPonyModel.java @@ -107,15 +107,6 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel { return swingProgress; } - /** - * Adjusts the rotation center of the given renderer by the given amounts in each direction. - */ - public void shiftRotationPoint(ModelRenderer renderer, float x, float y, float z) { - renderer.rotationPointX += x; - renderer.rotationPointY += y; - renderer.rotationPointZ += z; - } - /** * Rotates the provided arm to the correct orientation for holding an item. *