mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Remove unused variable from Windows Auto-Type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user