Input: grip_mp - kill commented out code

Kill leftovers of dynalloc conversion.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

-9
-9
drivers/input/joystick/grip_mp.c
··· 53 53 struct grip_mp { 54 54 struct gameport *gameport; 55 55 struct grip_port *port[GRIP_MAX_PORTS]; 56 - // struct input_dev *dev[4]; 57 - // int mode[4]; 58 - // int registered[4]; 59 56 int reads; 60 57 int bads; 61 - 62 - /* individual gamepad states */ 63 - // int buttons[4]; 64 - // int xaxes[4]; 65 - // int yaxes[4]; 66 - // int dirty[4]; /* has the state been updated? */ 67 58 }; 68 59 69 60 /*