mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
removed redundant delete
This commit is contained in:
parent
c4670505ab
commit
6662a41be1
@ -127,11 +127,6 @@ class ControlManager:
|
||||
else:
|
||||
print "Unkown controls:", name
|
||||
|
||||
def delete(self):
|
||||
assert self.notify.debugCall(id(self))
|
||||
self.disable()
|
||||
#self.monitorTask.remove()
|
||||
|
||||
def setSpeeds(self, forwardSpeed, jumpForce,
|
||||
reverseSpeed, rotateSpeed):
|
||||
assert self.notify.debugCall(id(self))
|
||||
|
Loading…
x
Reference in New Issue
Block a user