Skip to content

Commit f8d8f04

Browse files
committed
cleanup: remove TODO comment
1 parent 2559136 commit f8d8f04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/seat/keyboard/repeat.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ impl EventSource for KeyRepeatSource {
195195

196196
let timer_pa = timer.process_events(readiness, token, |mut event, _| {
197197
if self.disabled || key.is_none() {
198-
// TODO How to pause the timer without dropping it?
199-
// return TimeoutAction::ToDuration(Duration::from_millis(*delay_mut));
200198
return TimeoutAction::Drop;
201199
}
202200
// Invoke the event

0 commit comments

Comments
 (0)