mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Remove superseded TODO comment
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
@@ -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()?);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user