mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[win32k]
- Remove an unused function svn path=/trunk/; revision=55744
This commit is contained in:
@@ -332,17 +332,6 @@ InitInputImpl(VOID)
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
/*
|
||||
* CleanupInputImp
|
||||
*
|
||||
* Cleans input implementation
|
||||
*/
|
||||
NTSTATUS FASTCALL
|
||||
CleanupInputImp(VOID)
|
||||
{
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
BOOL FASTCALL
|
||||
IntBlockInput(PTHREADINFO pti, BOOL BlockIt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user