Commit in reactos/subsys/win32k/objects on MAIN
text.c+1-21.115 -> 1.116
BUGFIX: get rid of an incorrect ASSERT

reactos/subsys/win32k/objects
text.c 1.115 -> 1.116
diff -u -r1.115 -r1.116
--- text.c	12 Dec 2004 23:08:13 -0000	1.115
+++ text.c	13 Dec 2004 01:45:18 -0000	1.116
@@ -22,7 +22,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: text.c,v 1.115 2004/12/12 23:08:13 navaraf Exp $ */
+/* $Id: text.c,v 1.116 2004/12/13 01:45:18 royce Exp $ */
 #include <w32k.h>
 
 #include <ft2build.h>
@@ -2583,7 +2583,6 @@
   }
   else
   {
-    ASSERT(FALSE);
     Status = STATUS_INVALID_HANDLE;
   }
   DC_UnlockDc(hDC);
CVSspam 0.2.8