From 477c04ab94eee2927323ec6a28207c4ddd0fb6d7 Mon Sep 17 00:00:00 2001 From: Kiminori Kaburagi Date: Fri, 18 Dec 2020 08:06:50 +0900 Subject: [PATCH] Cleanup extraneous local leftover from #8194 (#8605) Cleanup extraneous local leftover from #8194 ## PR Checklist * [x] Closes leftover from #8194 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA. --- src/cascadia/TerminalApp/CommandPalette.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cascadia/TerminalApp/CommandPalette.cpp b/src/cascadia/TerminalApp/CommandPalette.cpp index 9543b0a1b..add9138ea 100644 --- a/src/cascadia/TerminalApp/CommandPalette.cpp +++ b/src/cascadia/TerminalApp/CommandPalette.cpp @@ -291,7 +291,6 @@ namespace winrt::TerminalApp::implementation Windows::UI::Xaml::Input::KeyRoutedEventArgs const& e) { auto key = e.OriginalKey(); - auto const ctrlDown = WI_IsFlagSet(CoreWindow::GetForCurrentThread().GetKeyState(winrt::Windows::System::VirtualKey::Control), CoreVirtualKeyStates::Down); if (key == VirtualKey::Up) {