diff --git a/src/common/input/handler.rs b/src/common/input/handler.rs index dc9fa382..49d87124 100644 --- a/src/common/input/handler.rs +++ b/src/common/input/handler.rs @@ -78,8 +78,6 @@ impl InputHandler { // been revised. Sorry about this (@categorille) if { let mut should_break = false; - // Hacked on way to have a means of testing Macros, needs to - // get properly integrated for action in Keybinds::key_to_actions(&key, raw_bytes, &self.mode, &keybinds) {