Merge pull request #167 from yueh/cleanup-forwarding-super

Removed methods only forwarding their call to the corresponding super class
This commit is contained in:
thatsIch
2014-09-28 20:20:32 +02:00
3 changed files with 0 additions and 24 deletions
@@ -47,12 +47,6 @@ public class GuiCellWorkbench extends GuiUpgradeable
return workbench.availableUpgrades() > 0;
}
@Override
public void initGui()
{
super.initGui();
}
@Override
public void drawBG(int offsetX, int offsetY, int mouseX, int mouseY)
{