!fixup Add more Functionality to Unbind

* Used the unbind
This commit is contained in:
a-kenji 2021-05-07 10:54:35 +02:00
parent 79a4f76e93
commit c7ad6d33ea

View file

@ -29,7 +29,6 @@ pub struct KeybindsFromYaml {
#[serde(untagged)]
enum KeyActionUnbind {
KeyAction(KeyActionFromYaml),
// TODO: use the enum
Unbind(UnbindFromYaml),
}