Author: greatlrd
Date: Fri May 25 14:07:18 2007
New Revision: 26886
URL:
http://svn.reactos.org/svn/reactos?rev=26886&view=rev
Log:
remove a dprint that is not lonnger need it
Modified:
trunk/reactos/subsystems/win32/win32k/ntddraw/ddraw.c
Modified: trunk/reactos/subsystems/win32/win32k/ntddraw/ddraw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntddraw/ddraw.c (original)
+++ trunk/reactos/subsystems/win32/win32k/ntddraw/ddraw.c Fri May 25 14:07:18 2007
@@ -80,7 +80,6 @@
*/
if (pDirectDraw->DrvGetDirectDrawInfo)
{
- DPRINT1("if u are using vmware driver and see this msg, please repot
this\n");
success = pDirectDraw->DrvGetDirectDrawInfo( pDirectDraw->Global.dhpdev,
&HalInfo,
&pDirectDraw->dwNumHeaps,