From 583ae62ff81d91d6efa03539449f8a61edf343ca Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Mon, 16 Feb 2004 11:16:06 +0000 Subject: [PATCH] NtUserSystemParametersInfo: - removed a case statement, it is now handled in USER32 svn path=/trunk/; revision=8210 --- reactos/subsys/win32k/ntuser/misc.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/misc.c b/reactos/subsys/win32k/ntuser/misc.c index a426c692525..80067415d43 100644 --- a/reactos/subsys/win32k/ntuser/misc.c +++ b/reactos/subsys/win32k/ntuser/misc.c @@ -1,4 +1,4 @@ -/* $Id: misc.c,v 1.51 2004/02/16 07:26:25 rcampbell Exp $ +/* $Id: misc.c,v 1.52 2004/02/16 11:16:06 rcampbell Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -529,16 +529,6 @@ NtUserSystemParametersInfo( return FALSE; } - return TRUE; - } - case SPI_GETICONTITLELOGFONT: - { - Status = MmCopyToCaller(pvParam, &IconFont, sizeof(IconFont)); - if(!NT_SUCCESS(Status)) - { - SetLastNtError(Status); - return FALSE; - } return TRUE; } case SPI_GETGRADIENTCAPTIONS: