d3dx9_36: The d3dx debug channel is unused so remove it.

Francois Gouget fgouget at free.fr
Sat Feb 7 09:11:07 CST 2009


---
 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
-- 
1.5.6.5




More information about the wine-patches mailing list