summaryrefslogtreecommitdiff
path: root/ihl/enviroment/LightBulbModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/enviroment/LightBulbModel.java')
-rw-r--r--ihl/enviroment/LightBulbModel.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/ihl/enviroment/LightBulbModel.java b/ihl/enviroment/LightBulbModel.java
index 710d7fb..bca6305 100644
--- a/ihl/enviroment/LightBulbModel.java
+++ b/ihl/enviroment/LightBulbModel.java
@@ -48,12 +48,4 @@ public class LightBulbModel extends ModelBase
BaseON.drawFromInside = false;
BaseON.addTube("SpyralNorth", -0.5F, -0.5F, 0.5F, 1, 1, 7, 0f, 1f, ForgeDirection.NORTH);
}
-
- private void setRotation(IHLModelRenderer model, float x, float y, float z)
- {
- model.rotateAngleX = x;
- model.rotateAngleY = y;
- model.rotateAngleZ = z;
- }
-
}