Remove deprecated WorldPoint.toPoint() method

This commit is contained in:
Jordan Atwood
2018-10-11 14:30:42 -07:00
committed by Adam
parent 1bb29d4cd0
commit 764cac7a09

View File

@@ -29,7 +29,6 @@ import lombok.Value;
import net.runelite.api.Client;
import static net.runelite.api.Constants.CHUNK_SIZE;
import net.runelite.api.Perspective;
import net.runelite.api.Point;
/**
* A three-dimensional point representing the coordinate of a Tile.
@@ -273,12 +272,6 @@ public class WorldPoint
);
}
@Deprecated
public Point toPoint()
{
return new Point(x, y);
}
/**
* Gets the ID of the region containing this tile.
*