From 9e21df2515abe70eeae1abcccbe42e93464b0679 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 21 Mar 2022 07:41:56 -0400 Subject: [PATCH] Remove unused variable from Windows Auto-Type --- src/autotype/windows/AutoTypeWindows.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/autotype/windows/AutoTypeWindows.cpp b/src/autotype/windows/AutoTypeWindows.cpp index 9d0467b90..3f816417d 100644 --- a/src/autotype/windows/AutoTypeWindows.cpp +++ b/src/autotype/windows/AutoTypeWindows.cpp @@ -83,8 +83,6 @@ bool AutoTypePlatformWin::raiseWindow(WId window) // void AutoTypePlatformWin::sendChar(const QChar& ch) { - DWORD nativeFlags = KEYEVENTF_UNICODE; - INPUT in[2]; in[0].type = INPUT_KEYBOARD; in[0].ki.wVk = 0;