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
@@ -367,12 +367,6 @@ public class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicState
}
}
@Override
public void setColors(boolean hasChan, boolean hasPower)
{
super.setColors( hasChan, hasPower );
}
@Override
public void getBoxes(IPartCollisionHelper bch)
{