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);
|
TRACE("(%p)\n", state);
|
||||||
|
|
||||||
memset( state, 0, 256 );
|
|
||||||
SERVER_START_REQ( set_key_state )
|
SERVER_START_REQ( set_key_state )
|
||||||
{
|
{
|
||||||
req->tid = GetCurrentThreadId();
|
req->tid = GetCurrentThreadId();
|
||||||
|
|
Loading…
Reference in New Issue