Author: greatlrd
Date: Thu May 1 14:33:18 2008
New Revision: 33222
URL:
http://svn.reactos.org/svn/reactos?rev=33222&view=rev
Log:
remove some debug data that was double. it is not longer 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 [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntddraw/ddraw.c [iso-8859-1] Thu May 1 14:33:18
2008
@@ -69,10 +69,6 @@
DPRINT1(" end call to pfnDdEnableDirectDraw \n ");
}
- /* FIXME : remove this when we are done with debuging of dxg */
- dump_edd_directdraw_global(pEddgbl);
- dump_halinfo(&pEddgbl->ddHalInfo);
-
DPRINT1("Return value : 0x%08x\n",success);
return success;
}