diff --git a/reactos/subsys/win32k/objects/cursoricon.c b/reactos/subsys/win32k/objects/cursoricon.c index 3291166b846..6e1ecf6da5a 100644 --- a/reactos/subsys/win32k/objects/cursoricon.c +++ b/reactos/subsys/win32k/objects/cursoricon.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: cursoricon.c,v 1.65 2004/11/20 16:46:06 weiden Exp $ */ +/* $Id: cursoricon.c,v 1.66 2004/11/21 21:23:24 weiden Exp $ */ #include PCURICON_OBJECT FASTCALL @@ -791,7 +791,6 @@ NtUserGetClipCursor( { DPRINT("Validation of window station handle (0x%X) failed\n", PROCESS_WINDOW_STATION()); - SetLastNtError(Status); return FALSE; }