Removed Mining tab

This commit is contained in:
Robert 2013-12-25 12:41:06 -05:00
parent b38c21c48a
commit a398b79ee1

View file

@ -65,14 +65,4 @@ public class IndustryTabs extends CreativeTabs
}
return tabHydrualic;
}
public static IndustryTabs tabMining()
{
if (tabMining == null)
{
tabMining = new IndustryTabs("Mining");
}
return tabMining;
}
}