From 107f4e64ceeaca5ca28193c9300dd2e12e98bb9d Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Fri, 28 Feb 2003 23:19:32 +0000 Subject: [PATCH] ditto. svn path=/trunk/; revision=4216 --- reactos/lib/user32/windows/defwnd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/lib/user32/windows/defwnd.c b/reactos/lib/user32/windows/defwnd.c index e3e93530fa5..93a99f4b017 100644 --- a/reactos/lib/user32/windows/defwnd.c +++ b/reactos/lib/user32/windows/defwnd.c @@ -1,4 +1,4 @@ -/* $Id: defwnd.c,v 1.20 2003/02/28 22:59:30 rcampbell Exp $ +/* $Id: defwnd.c,v 1.21 2003/02/28 23:19:32 rcampbell Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS user32.dll @@ -21,7 +21,6 @@ /* GLOBALS *******************************************************************/ static HBITMAP hbitmapClose; -static HBITMAP hbitmapCloseD; static HBITMAP hbitmapMinimize; static HBITMAP hbitmapMinimizeD; static HBITMAP hbitmapMaximize;