Commit in reactos/subsys/win32k/objects on MAIN
cliprgn.c+1-21.38 -> 1.39
removed assertion

reactos/subsys/win32k/objects
cliprgn.c 1.38 -> 1.39
diff -u -r1.38 -r1.39
--- cliprgn.c	14 May 2004 16:55:18 -0000	1.38
+++ cliprgn.c	15 May 2004 20:19:20 -0000	1.39
@@ -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: cliprgn.c,v 1.38 2004/05/14 16:55:18 navaraf Exp $ */
+/* $Id: cliprgn.c,v 1.39 2004/05/15 20:19:20 weiden Exp $ */
 #include <w32k.h>
 
 VOID FASTCALL
@@ -24,7 +24,6 @@
 {
    PROSRGNDATA CombinedRegion;
 
-   ASSERT(Dc->w.hGCClipRgn != NULL);
    if (Dc->w.hGCClipRgn == NULL)
       Dc->w.hGCClipRgn = NtGdiCreateRectRgn(0, 0, 0, 0);
 
CVSspam 0.2.8