Vitaliy Margolen : dinput: Remove redundant declaration.
Module: wine Branch: master Commit: ca8a0a8aaa6b6dcbd77f829a68c76bb4490cc2dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca8a0a8aaa6b6dcbd77f829a68... Author: Vitaliy Margolen <wine-patches(a)kievinfo.com> Date: Sun Aug 19 22:26:24 2007 -0600 dinput: Remove redundant declaration. --- dlls/dinput/joystick_linuxinput.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/dlls/dinput/joystick_linuxinput.c b/dlls/dinput/joystick_linuxinput.c index f3fc11e..14d825c 100644 --- a/dlls/dinput/joystick_linuxinput.c +++ b/dlls/dinput/joystick_linuxinput.c @@ -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;
participants (1)
-
Alexandre Julliard