[ros-diffs] [greatlrd] 33222: remove some debug data that was double. it is not longer need it

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Thu May 1 21:33:19 CEST 2008


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/ntddraw/ddraw.c?rev=33222&r1=33221&r2=33222&view=diff
==============================================================================
--- 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;
 }



More information about the Ros-diffs mailing list