mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Remove bogus initialization in SetKeyboardState.
This commit is contained in:
parent
aeddf2c409
commit
c0a5823fb0
@ -2356,7 +2356,6 @@ BOOL WINAPI SetKeyboardState( LPBYTE state )
|
||||
|
||||
TRACE("(%p)\n", state);
|
||||
|
||||
memset( state, 0, 256 );
|
||||
SERVER_START_REQ( set_key_state )
|
||||
{
|
||||
req->tid = GetCurrentThreadId();
|
||||
|
Loading…
Reference in New Issue
Block a user