diff --git a/reactos/lib/kernel32/misc/stubs.c b/reactos/lib/kernel32/misc/stubs.c index 9b053780d78..caba36a2343 100644 --- a/reactos/lib/kernel32/misc/stubs.c +++ b/reactos/lib/kernel32/misc/stubs.c @@ -1,4 +1,4 @@ -/* $Id: stubs.c,v 1.96 2004/12/04 19:28:47 weiden Exp $ +/* $Id: stubs.c,v 1.97 2004/12/04 19:45:56 navaraf Exp $ * * KERNEL32.DLL stubs (STUB functions) * Remove from this file, if you implement them. @@ -787,21 +787,6 @@ QueryActCtxW( return 0; } -/* - * @unimplemented - */ -DWORD -STDCALL -QueueUserAPC( - PAPCFUNC pfnAPC, - HANDLE hThread, - ULONG_PTR dwData - ) -{ - STUB; - return 0; -} - /* * @unimplemented */