Unused method removed.
This commit is contained in:
@@ -340,10 +340,6 @@ public class Zone extends AbstractGameObject {
|
||||
this.nodes.add(child);
|
||||
}
|
||||
|
||||
public void removeNode(Zone child) {
|
||||
this.nodes.remove(child);
|
||||
}
|
||||
|
||||
/*
|
||||
* Serializing
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user