0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-19 20:02:18 +02:00

Remove unused variable from Windows Auto-Type

This commit is contained in:
Jonathan White 2022-03-21 07:41:56 -04:00
parent c5f40a55e7
commit 9e21df2515
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -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;