Commit ebbac7dd authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: grip_mp - kill commented out code

Kill leftovers of dynalloc conversion.
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 736ce432
...@@ -53,17 +53,8 @@ struct grip_port { ...@@ -53,17 +53,8 @@ struct grip_port {
struct grip_mp { struct grip_mp {
struct gameport *gameport; struct gameport *gameport;
struct grip_port *port[GRIP_MAX_PORTS]; struct grip_port *port[GRIP_MAX_PORTS];
// struct input_dev *dev[4];
// int mode[4];
// int registered[4];
int reads; int reads;
int bads; int bads;
/* individual gamepad states */
// int buttons[4];
// int xaxes[4];
// int yaxes[4];
// int dirty[4]; /* has the state been updated? */
}; };
/* /*
......
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