Skip to content

Commit

Permalink
Remove superseded TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Oct 14, 2023
1 parent 6b9a1a9 commit cd34882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_impl/linux/x11/ime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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()?);
}
Expand Down

0 comments on commit cd34882

Please sign in to comment.