dinput: Remove redundant declaration.

This commit is contained in:
Vitaliy Margolen 2007-08-19 22:26:24 -06:00 committed by Alexandre Julliard
parent f47c63a1f9
commit ca8a0a8aaa
1 changed files with 0 additions and 11 deletions

View File

@ -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;