Unused method removed.

This commit is contained in:
2023-05-23 10:08:07 -04:00
parent 4d4d83d15a
commit a2d62ec221
-4
View File
@@ -340,10 +340,6 @@ public class Zone extends AbstractGameObject {
this.nodes.add(child);
}
public void removeNode(Zone child) {
this.nodes.remove(child);
}
/*
* Serializing
*/