Skip to content

Commit

Permalink
Removed some leftover commented-out cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
riskable committed Oct 19, 2020
1 parent d65daac commit 6067648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl Action {
match self {
Action::KeyCode(kc) => core::slice::from_ref(kc).iter().cloned(),
Action::MultipleKeyCodes(kcs) => kcs.iter().cloned(),
// Action::Sequence { delay, actions } => actions.iter().cloned(), // TODO (maybe unnecessary)
_ => [].iter().cloned(),
}
}
Expand Down

0 comments on commit 6067648

Please sign in to comment.