d3dx9: Kill a noisy TRACE.

oldstable
Matteo Bruni 2014-02-24 19:18:47 +01:00 committed by Alexandre Julliard
parent 62288d02be
commit 49604ca1b7
1 changed files with 0 additions and 2 deletions

View File

@ -349,8 +349,6 @@ static FLOAT get_float(D3DXPARAMETER_TYPE type, const void *data)
void set_number(void *outdata, D3DXPARAMETER_TYPE outtype, const void *indata, D3DXPARAMETER_TYPE intype)
{
TRACE("Changing from type %s to type %s\n", debug_d3dxparameter_type(intype), debug_d3dxparameter_type(outtype));
if (outtype == intype)
{
*(DWORD *)outdata = *(DWORD *)indata;