Removed methods only forwarding their call to the corresponding super class

This commit is contained in:
yueh
2014-09-28 20:15:26 +02:00
parent 29a7ed4a62
commit 53694bdd3a
3 changed files with 0 additions and 24 deletions
@@ -47,12 +47,6 @@ public class GuiCellWorkbench extends GuiUpgradeable
return ccwb.availableUpgrades() > 0;
}
@Override
public void initGui()
{
super.initGui();
}
@Override
public void drawBG(int offsetX, int offsetY, int mouseX, int mouseY)
{