Delete some more unused staff
This commit is contained in:
parent
85a09fd03e
commit
79e02cd526
2 changed files with 0 additions and 10 deletions
|
@ -151,11 +151,6 @@ public class GT_MetaPipeEntity_Cable extends MetaPipeEntity implements IMetaTile
|
|||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public final boolean renderInside(byte aSide) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getProgresstime() {
|
||||
return (int) mTransferredAmperage * 64;
|
||||
|
|
|
@ -66,11 +66,6 @@ public class GT_MetaPipeEntity_Frame extends MetaPipeEntity {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public final boolean renderInside(byte aSide) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public final float getThickNess() {
|
||||
return 1.0F;
|
||||
|
|
Loading…
Reference in a new issue