remove some debug data that was double. it is not longer need it

svn path=/trunk/; revision=33222
This commit is contained in:
Magnus Olsen 2008-05-01 19:33:18 +00:00
parent 70f8d998df
commit 917f4dca07

View file

@ -69,10 +69,6 @@ intEnableReactXDriver(PEDD_DIRECTDRAW_GLOBAL pEddgbl, PDC pDC)
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;
}