summaryrefslogtreecommitdiff
path: root/ihl/crop_harvestors/BlowerGui.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/crop_harvestors/BlowerGui.java')
-rw-r--r--ihl/crop_harvestors/BlowerGui.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/ihl/crop_harvestors/BlowerGui.java b/ihl/crop_harvestors/BlowerGui.java
index f74ac51..bedee1f 100644
--- a/ihl/crop_harvestors/BlowerGui.java
+++ b/ihl/crop_harvestors/BlowerGui.java
@@ -21,14 +21,6 @@ public class BlowerGui extends GuiContainer {
}
@Override
- public void initGui()
- {
- super.initGui();
- int x = (width - xSize) / 2;
- int y = (height - ySize) / 2;
- }
-
- @Override
protected void drawGuiContainerForegroundLayer(int param1, int param2) {
//the parameters for drawString are: string, x, y, color
String title = StatCollector.translateToLocal("tile.blowerBlock.name");