BUGFIX: get rid of an incorrect ASSERT
authorRoyce Mitchell III <royce3@ev1.net>
Mon, 13 Dec 2004 01:45:18 +0000 (01:45 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Mon, 13 Dec 2004 01:45:18 +0000 (01:45 +0000)
svn path=/trunk/; revision=12070

reactos/subsys/win32k/objects/text.c

index 47a37da..5880f93 100644 (file)
@@ -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 @@ NtGdiGetTextMetrics(HDC hDC,
   }
   else
   {
-    ASSERT(FALSE);
     Status = STATUS_INVALID_HANDLE;
   }
   DC_UnlockDc(hDC);