diff --git a/reactos/lib/user32/misc/stubs.c b/reactos/lib/user32/misc/stubs.c index ee758dbb71e..c0f0e938164 100644 --- a/reactos/lib/user32/misc/stubs.c +++ b/reactos/lib/user32/misc/stubs.c @@ -1,4 +1,4 @@ -/* $Id: stubs.c,v 1.63 2004/05/21 10:09:31 weiden Exp $ +/* $Id: stubs.c,v 1.64 2004/07/12 22:34:27 gvg Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS user32.dll @@ -372,17 +372,6 @@ RegisterTasklist ( DWORD x ) return FALSE; } -/* - * @unimplemented - */ -DWORD -STDCALL -SetLogonNotifyWindow ( HWINSTA hwinsta, HWND hwnd ) -{ - UNIMPLEMENTED; - return FALSE; -} - /* * @unimplemented */