From fb74fc8c6a5f1377f4f8b95618a667cbd0742d29 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Fri, 13 Oct 2023 14:58:19 -0500 Subject: [PATCH] dead code --- src/cascadia/TerminalApp/AppActionHandlers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cascadia/TerminalApp/AppActionHandlers.cpp b/src/cascadia/TerminalApp/AppActionHandlers.cpp index bac17ef5fbf..e5b908655fc 100644 --- a/src/cascadia/TerminalApp/AppActionHandlers.cpp +++ b/src/cascadia/TerminalApp/AppActionHandlers.cpp @@ -1427,7 +1427,6 @@ namespace winrt::TerminalApp::implementation if (Feature_ScratchpadPane::IsEnabled()) { auto scratchPane{ winrt::make_self() }; - // auto scratchPane{ winrt::make_self(_settings) }; // This is maybe a little wacky - add our key event handler to the pane // we made. So that we can get actions for keys that the content didn't