From 80dcdcc7f613f7655258996ddd150a86d508fbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 23 Jun 2004 07:40:45 +0000 Subject: [PATCH] Remove debugging statement svn path=/trunk/; revision=9826 --- reactos/subsys/win32k/eng/surface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/eng/surface.c b/reactos/subsys/win32k/eng/surface.c index db655e99051..658fcc0869d 100644 --- a/reactos/subsys/win32k/eng/surface.c +++ b/reactos/subsys/win32k/eng/surface.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: surface.c,v 1.41 2004/06/23 07:31:22 gvg Exp $ +/* $Id: surface.c,v 1.42 2004/06/23 07:40:45 gvg Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -317,7 +317,6 @@ EngCreateBitmap(IN SIZEL Size, PVOID UncompressedBits; ULONG UncompressedFormat; -if (Width < 0) __asm__("int $3\n"); NewBitmap = (HBITMAP) CreateGDIHandle(sizeof(SURFGDI), sizeof(SURFOBJ), (PVOID*)&SurfGDI, (PVOID*)&SurfObj); if (! ValidEngHandle(NewBitmap)) return 0;