diff --git a/src/main/java/net/knarcraft/stargate/portal/GateLayout.java b/src/main/java/net/knarcraft/stargate/portal/GateLayout.java index 2b734ff..38e121a 100644 --- a/src/main/java/net/knarcraft/stargate/portal/GateLayout.java +++ b/src/main/java/net/knarcraft/stargate/portal/GateLayout.java @@ -33,18 +33,6 @@ public class GateLayout { readLayout(); } - /** - * Gets two of the corners of the gate layout creating the smallest box the gate can be contained within - * - * @return
Two of the gate's corners
- */ - public RelativeBlockVector[] getCorners() { - return new RelativeBlockVector[]{ - new RelativeBlockVector(0, 0, 0), - new RelativeBlockVector(layout[0].length - 1, layout.length - 1, 1) - }; - } - /** * Gets the character array describing this layout *