From c5650f9334e33a312f8a84f8c04120ee16e11493 Mon Sep 17 00:00:00 2001 From: K Simmons Date: Thu, 27 Oct 2022 13:29:57 -0700 Subject: [PATCH] remove unnecessary comment --- crates/gpui/src/app.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crates/gpui/src/app.rs b/crates/gpui/src/app.rs index ea3fee4fdf..c62305f572 100644 --- a/crates/gpui/src/app.rs +++ b/crates/gpui/src/app.rs @@ -1524,13 +1524,6 @@ impl MutableAppContext { pub fn dispatch_keystroke(&mut self, window_id: usize, keystroke: &Keystroke) -> bool { if let Some(focused_view_id) = self.focused_view_id(window_id) { - // For each view in self - // - Get it's keymap context - // - Try to execute keybinding - - // For us, get out dispatch path - // - ONLY execute for that terminal path - let dispatch_path = self .ancestors(window_id, focused_view_id) .map(|view_id| {