Module: wine Branch: master Commit: 58a1a554aa6606dde7bdc099a151b6c4483ade70 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58a1a554aa6606dde7bdc099a1...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Dec 17 21:38:42 2008 +0000
d3dx9_28: Remove unused Wine debug channel.
---
dlls/d3dx9_28/d3dx9_28_main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/d3dx9_28/d3dx9_28_main.c b/dlls/d3dx9_28/d3dx9_28_main.c index 044c470..2157eec 100644 --- a/dlls/d3dx9_28/d3dx9_28_main.c +++ b/dlls/d3dx9_28/d3dx9_28_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. */