Andrew Talbot : d3dx9_31: Remove unused Wine debug channel.
Module: wine Branch: master Commit: 91500fdea297d87928ba855c10b419af55d9476c URL: http://source.winehq.org/git/wine.git/?a=commit;h=91500fdea297d87928ba855c10... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Wed Dec 17 21:38:51 2008 +0000 d3dx9_31: Remove unused Wine debug channel. --- dlls/d3dx9_31/d3dx9_31_main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dlls/d3dx9_31/d3dx9_31_main.c b/dlls/d3dx9_31/d3dx9_31_main.c index 44dd534..3f38b84 100644 --- a/dlls/d3dx9_31/d3dx9_31_main.c +++ b/dlls/d3dx9_31/d3dx9_31_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. */
participants (1)
-
Alexandre Julliard