diff --git a/src/interface.py b/src/interface.py index e53c8dc8f..276269c07 100644 --- a/src/interface.py +++ b/src/interface.py @@ -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()