Commit c0a5823f authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

Remove bogus initialization in SetKeyboardState.

parent aeddf2c4
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment