Browse Source

Remove useless "children" property of DistributedObjectBase

This property is not used and causes problems on the latest build.
Tohka 9 years ago
parent
commit
9a562d1a1c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/distributed/DistributedObjectBase.py

+ 0 - 1
direct/src/distributed/DistributedObjectBase.py

@@ -13,7 +13,6 @@ class DistributedObjectBase(DirectObject):
     def __init__(self, cr):
     def __init__(self, cr):
         assert self.notify.debugStateCall(self)
         assert self.notify.debugStateCall(self)
         self.cr = cr
         self.cr = cr
-        self.children = {}
         self.parentId = None
         self.parentId = None
         self.zoneId = None
         self.zoneId = None