Module: wine Branch: master Commit: b11b5991d27e111fa2e5a78fe4f2e61f66afbca3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b11b5991d27e111fa2e5a78fe4... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Tue Dec 16 21:58:44 2008 +0000 d3dx9_25: Remove unused Wine debug channel. --- dlls/d3dx9_25/d3dx9_25_main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dlls/d3dx9_25/d3dx9_25_main.c b/dlls/d3dx9_25/d3dx9_25_main.c index 2820664..57a0669 100644 --- a/dlls/d3dx9_25/d3dx9_25_main.c +++ b/dlls/d3dx9_25/d3dx9_25_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. */