Skip to content

Commit 6067648

Browse files
committed
Removed some leftover commented-out cruft
1 parent d65daac commit 6067648

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/action.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ impl Action {
8888
match self {
8989
Action::KeyCode(kc) => core::slice::from_ref(kc).iter().cloned(),
9090
Action::MultipleKeyCodes(kcs) => kcs.iter().cloned(),
91-
// Action::Sequence { delay, actions } => actions.iter().cloned(), // TODO (maybe unnecessary)
9291
_ => [].iter().cloned(),
9392
}
9493
}

0 commit comments

Comments
 (0)