remove ToUnicode() stub from win32k

svn path=/trunk/; revision=29889
This commit is contained in:
Timo Kreuzer
2007-10-25 23:06:50 +00:00
parent f20c2c30a3
commit bb72e4c3a3
@@ -437,22 +437,6 @@ int STDCALL ToUnicodeEx( UINT wVirtKey,
return ToUnicodeResult;
}
int STDCALL ToUnicode( UINT wVirtKey,
UINT wScanCode,
PBYTE lpKeyState,
LPWSTR pwszBuff,
int cchBuff,
UINT wFlags )
{
return ToUnicodeEx( wVirtKey,
wScanCode,
gQueueKeyStateTable,
pwszBuff,
cchBuff,
wFlags,
0 );
}
BOOL FASTCALL
IntTranslateKbdMessage(LPMSG lpMsg,