From c3941698f4a045ca300c4a72fb38ed3edc063b23 Mon Sep 17 00:00:00 2001 From: Samir Naik Date: Sat, 19 Mar 2005 04:01:59 +0000 Subject: [PATCH] removed commented out code for gridparenting --- direct/src/distributed/DistributedNode.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/direct/src/distributed/DistributedNode.py b/direct/src/distributed/DistributedNode.py index 5558aa8733..d8b9bbce15 100644 --- a/direct/src/distributed/DistributedNode.py +++ b/direct/src/distributed/DistributedNode.py @@ -35,15 +35,6 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath): DistributedObject.DistributedObject.generate(self) self.gotStringParentToken = 0 - #if wantOtpServer: - # parentId, zoneId = self.getLocation() - # # reparent to parent - # parent = base.cr.doId2do.get(parentId) - # if parent and isinstance(parent, NodePath): - # if self.getParent() != parent: - # print "generate: reparenting %s to %s" % (self, parent) - # self.wrtReparentTo(parent) - def __cmp__(self, other): # DistributedNode inherits from NodePath, which inherits a # definition of __cmp__ from FFIExternalObject that uses the