diff --git a/src/common/input/keybinds.rs b/src/common/input/keybinds.rs index 20f2de89..823ca264 100644 --- a/src/common/input/keybinds.rs +++ b/src/common/input/keybinds.rs @@ -29,7 +29,6 @@ pub struct KeybindsFromYaml { #[serde(untagged)] enum KeyActionUnbind { KeyAction(KeyActionFromYaml), - // TODO: use the enum Unbind(UnbindFromYaml), }