Skip to content

Commit 10ca6f6

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

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

forked_keyberon.code-workspace

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

src/action.rs

-1
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)