Module: wine Branch: master Commit: dbbc2585942586c3cf6eae4ef6a3a2770caf41ba URL: http://source.winehq.org/git/wine.git/?a=commit;h=dbbc2585942586c3cf6eae4ef6...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Dec 17 21:39:20 2008 +0000
d3dx9_37: Remove unused Wine debug channel.
---
dlls/d3dx9_37/d3dx9_37_main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/d3dx9_37/d3dx9_37_main.c b/dlls/d3dx9_37/d3dx9_37_main.c index b0d6b72..2170009 100644 --- a/dlls/d3dx9_37/d3dx9_37_main.c +++ b/dlls/d3dx9_37/d3dx9_37_main.c @@ -28,12 +28,9 @@ #include "winbase.h" #include "wingdi.h" #include "winuser.h" -#include "wine/debug.h"
#include "d3dx9.h"
-WINE_DEFAULT_DEBUG_CHANNEL(d3dx); - /*********************************************************************** * DllMain. */