From 9805f7a6cb8e733e1826e988149fafaea6793cc2 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Thu, 9 Jun 2005 18:19:06 +0000 Subject: [PATCH] removed unnecessary taskName --- direct/src/distributed/DistributedSmoothNodeBase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/distributed/DistributedSmoothNodeBase.py b/direct/src/distributed/DistributedSmoothNodeBase.py index 459818859e..fe945bc8a8 100755 --- a/direct/src/distributed/DistributedSmoothNodeBase.py +++ b/direct/src/distributed/DistributedSmoothNodeBase.py @@ -81,7 +81,6 @@ class DistributedSmoothNodeBase: # startPosHprBroadcast; we should at least make an effort to keep # this task accurately aligned with its period and starting time. self.d_broadcastPosHpr() - taskName = self.taskName("sendPosHpr") task.delayTime = self.__broadcastPeriod return Task.again