Commit ca8a0a8a authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

dinput: Remove redundant declaration.

parent f47c63a1
......@@ -159,17 +159,6 @@ struct JoyDev {
int axes[ABS_MAX][5];
};
struct ObjProps
{
/* what we have */
LONG havemax;
LONG havemin;
/* what range and deadzone the game wants */
LONG wantmin;
LONG wantmax;
LONG deadzone;
};
struct JoystickImpl
{
struct IDirectInputDevice2AImpl base;
......
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