Commit f3d0c715 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dinput: Remove unused Wine debug channel.

parent bf3d67c4
...@@ -18,15 +18,12 @@ ...@@ -18,15 +18,12 @@
#define NONAMELESSUNION #define NONAMELESSUNION
#include "wine/debug.h"
#include "wine/unicode.h" #include "wine/unicode.h"
#include "objbase.h" #include "objbase.h"
#include "dinput_private.h" #include "dinput_private.h"
#include "device_private.h" #include "device_private.h"
#include "resource.h" #include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(dinput);
typedef struct { typedef struct {
int nobjects; int nobjects;
IDirectInputDevice8W *lpdid; IDirectInputDevice8W *lpdid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment