Remove superseded TODO comment

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2023-10-14 15:53:48 -07:00
parent 39b5437951
commit 4a30d0eadd

View File

@@ -445,6 +445,7 @@ impl ImeData {
}
}
// This scope keeps track of the event queue handle.
{
// Check the event queue for events.
let event_queue = self.handler.event_queue.clone();
@@ -481,7 +482,6 @@ impl ImeData {
}
}
// TODO: have an queue queue.
log::info!("Waiting for IME event");
last_event = Some(self.conn().wait_for_event()?);
}