From eda0ec3fd2635b1cf88ce869f8fa464e1f87955f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 7 Feb 2009 16:11:07 +0100 Subject: [PATCH] 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, 4 deletions(-) diff --git a/dlls/d3dx9_36/math.c b/dlls/d3dx9_36/math.c index 2bf301b2602..e73530376be 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 0ecace6ccf4..c8637d89f87 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