handle_events already calls apply_queue, so there's no need to do it right before

This commit is contained in:
Marcos Pinto 2007-06-26 18:43:12 +00:00
parent f4d542b568
commit b1c923c1f3
1 changed files with 0 additions and 3 deletions

View File

@ -854,9 +854,6 @@ class DelugeGTK:
f = self.update_queue.pop()
f()
# We need to apply the queue changes
self.manager.apply_queue()
# Handle the events
self.manager.handle_events()