Module: wine Branch: master Commit: af50ce1861f219fd8e08f959a2c00eea75ee846b URL: http://source.winehq.org/git/wine.git/?a=commit;h=af50ce1861f219fd8e08f959a2...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Dec 17 21:38:56 2008 +0000
d3dx9_33: Remove unused Wine debug channel.
---
dlls/d3dx9_33/d3dx9_33_main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/d3dx9_33/d3dx9_33_main.c b/dlls/d3dx9_33/d3dx9_33_main.c index 862e0f1..afe8947 100644 --- a/dlls/d3dx9_33/d3dx9_33_main.c +++ b/dlls/d3dx9_33/d3dx9_33_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. */