Plugin abouts fixed

This commit is contained in:
Tim Bentley 2009-10-01 18:19:46 +01:00
parent 759bc34069
commit c64584f888
1 changed files with 0 additions and 2 deletions

View File

@ -97,8 +97,6 @@ class PresentationPlugin(Plugin):
def finalise(self):
log.debug(u'Finalise')
#Ask each controller to tidy up
for controller in self.controllers:
self.controllers[controller].kill()
for key in self.controllers:
controller = self.controllers[key]
if controller.enabled: