Removed methods only forwarding their call to the corresponding super class
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user