remove legacy

This commit is contained in:
David Rose 2003-06-28 19:01:32 +00:00
parent 00d069754d
commit 89e8de58f9

View File

@ -6,11 +6,6 @@
def id(self):
"""Returns a unique id identifying the NodePath instance"""
try:
# Old style scene graph
return self.arc()
except:
# New style scene graph
return self.getKey()
def getName(self):