Module: wine Branch: master Commit: eda0ec3fd2635b1cf88ce869f8fa464e1f87955f URL: http://source.winehq.org/git/wine.git/?a=commit;h=eda0ec3fd2635b1cf88ce869f8...
Author: Francois Gouget fgouget@free.fr Date: Sat Feb 7 16:11:07 2009 +0100
d3dx9_36: The d3dx debug channel is unused so remove it.
---
dlls/d3dx9_36/math.c | 2 -- dlls/d3dx9_36/mesh.c | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/dlls/d3dx9_36/math.c b/dlls/d3dx9_36/math.c index 2bf301b..e735303 100644 --- a/dlls/d3dx9_36/math.c +++ b/dlls/d3dx9_36/math.c @@ -24,10 +24,8 @@ #include "config.h" #include "windef.h" #include "wingdi.h" -#include "wine/debug.h" #include "d3dx9.h"
-WINE_DEFAULT_DEBUG_CHANNEL(d3dx);
/************************************************************************* * D3DXMatrixAffineTransformation2D diff --git a/dlls/d3dx9_36/mesh.c b/dlls/d3dx9_36/mesh.c index 0ecace6..c8637d8 100644 --- a/dlls/d3dx9_36/mesh.c +++ b/dlls/d3dx9_36/mesh.c @@ -21,10 +21,8 @@ #include "config.h" #include "windef.h" #include "wingdi.h" -#include "wine/debug.h" #include "d3dx9.h"
-WINE_DEFAULT_DEBUG_CHANNEL(d3dx);
/************************************************************************* * D3DXIntersectTri