Remove bogus initialization in SetKeyboardState.

This commit is contained in:
Vitaliy Margolen 2003-04-03 18:03:22 +00:00 committed by Alexandre Julliard
parent aeddf2c409
commit c0a5823fb0
1 changed files with 0 additions and 1 deletions

View File

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