Remove only redirections to super call

This commit is contained in:
thatsIch
2014-10-01 11:18:35 +02:00
parent e1627734b1
commit cc9d89dc73
5 changed files with 0 additions and 36 deletions
@@ -43,18 +43,6 @@ public class PartP2PRFPower extends PartP2PTunnel<PartP2PRFPower> implements cof
throw new RuntimeException( "RF Not installed!" );
}
@Override
public void writeToNBT(NBTTagCompound tag)
{
super.writeToNBT( tag );
}
@Override
public void readFromNBT(NBTTagCompound tag)
{
super.readFromNBT( tag );
}
@Override
public void onNeighborChanged()
{