Browse Source

*** empty log message ***

gregw 24 years ago
parent
commit
3dc1786fda
1 changed files with 0 additions and 2 deletions
  1. 0 2
      direct/src/actor/Actor.py

+ 0 - 2
direct/src/actor/Actor.py

@@ -1196,10 +1196,8 @@ class Actor(PandaObject, NodePath):
             else:
                 partNames = [partName]
             # loop over all parts
-            #animLengths = {}
             for thisPart in partNames:
                 ac = self.__bindAnimToPart(animName, thisPart, thisLod)
-                #animLengths[partName] = ac.getNumFrames()
             
             
     def __bindAnimToPart(self, animName, partName, lodName):