Input: grip_mp - kill commented out code
authorDmitry Torokhov <dtor_core@ameritech.net>
Tue, 10 Jan 2006 06:58:47 +0000 (01:58 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Tue, 10 Jan 2006 06:58:47 +0000 (01:58 -0500)
Kill leftovers of dynalloc conversion.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/joystick/grip_mp.c

index 51a9122..6243894 100644 (file)
@@ -53,17 +53,8 @@ struct grip_port {
 struct grip_mp {
        struct gameport *gameport;
        struct grip_port *port[GRIP_MAX_PORTS];
-//     struct input_dev *dev[4];
-//     int mode[4];
-//     int registered[4];
        int reads;
        int bads;
-
-       /* individual gamepad states */
-//     int buttons[4];
-//     int xaxes[4];
-//     int yaxes[4];
-//     int dirty[4];     /* has the state been updated? */
 };
 
 /*