From e34b503bd2f05f2587da04d384f0d9bd594f6422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Tue, 9 Sep 2003 15:56:06 +0000 Subject: [PATCH] Remove debug breakpoint svn path=/trunk/; revision=6028 --- reactos/subsys/win32k/objects/fillshap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/objects/fillshap.c b/reactos/subsys/win32k/objects/fillshap.c index 703037c889b..38de872d93a 100644 --- a/reactos/subsys/win32k/objects/fillshap.c +++ b/reactos/subsys/win32k/objects/fillshap.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: fillshap.c,v 1.31 2003/09/09 15:49:59 gvg Exp $ */ +/* $Id: fillshap.c,v 1.32 2003/09/09 15:56:06 gvg Exp $ */ #undef WIN32_LEAN_AND_MEAN #include @@ -668,7 +668,6 @@ NtGdiRoundRect( DC *dc = DC_LockDc(hDC); BOOL ret = FALSE; /* default to failure */ -__asm__("int $3\n"); DPRINT("NtGdiRoundRect(0x%x,%i,%i,%i,%i,%i,%i)\n",hDC,LeftRect,TopRect,RightRect,BottomRect,Width,Height); if ( !dc ) {