Module: wine Branch: master Commit: f3d0c715a33322f52cb01dfc2230a4f1c427d441 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f3d0c715a33322f52cb01dfc22...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Sat Nov 12 22:49:32 2011 +0000
dinput: Remove unused Wine debug channel.
---
dlls/dinput/config.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/dinput/config.c b/dlls/dinput/config.c index 56cbdf3..abf3fd5 100644 --- a/dlls/dinput/config.c +++ b/dlls/dinput/config.c @@ -18,15 +18,12 @@
#define NONAMELESSUNION
-#include "wine/debug.h" #include "wine/unicode.h" #include "objbase.h" #include "dinput_private.h" #include "device_private.h" #include "resource.h"
-WINE_DEFAULT_DEBUG_CHANNEL(dinput); - typedef struct { int nobjects; IDirectInputDevice8W *lpdid;