From 2ce034a66acb09a826b124f9d83e57f611ff9aed Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 13 Mar 2021 13:07:46 +0100 Subject: [PATCH] Remove unneccessary comment --- src/common/input/handler.rs | 2 -- 1 file changed, 2 deletions(-) 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) {