[PATCH 3/5] d3dx9: Kill a noisy TRACE.

Matteo Bruni mbruni at codeweavers.com
Mon Feb 24 12:18:47 CST 2014


---
 dlls/d3dx9_36/util.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/d3dx9_36/util.c b/dlls/d3dx9_36/util.c
index bba8514..3b3f308 100644
--- a/dlls/d3dx9_36/util.c
+++ b/dlls/d3dx9_36/util.c
@@ -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;
-- 
1.8.3.2




More information about the wine-patches mailing list