Remove unsed method

This commit is contained in:
thatsIch 2014-11-04 02:23:22 +01:00
parent b60321a9ca
commit b569c72761

View file

@ -21,11 +21,6 @@ final public class EntityGrowingCrystal extends EntityItem
private int progress_1000 = 0;
public float getProgress()
{
return progress_1000 / 1000.0f;
}
public EntityGrowingCrystal(World w) {
super( w );
}