From c7ad6d33eacd69476ca73526364a132faaae2774 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 7 May 2021 10:54:35 +0200 Subject: [PATCH] !fixup Add more Functionality to Unbind * Used the unbind --- src/common/input/keybinds.rs | 1 - 1 file changed, 1 deletion(-) 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), }