From: Dmitry Torokhov Date: Tue, 10 Jan 2006 06:58:47 +0000 (-0500) Subject: Input: grip_mp - kill commented out code X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ebbac7dde2f5c6b4bd219573f840d4b3952e6220;p=deliverable%2Flinux.git Input: grip_mp - kill commented out code Kill leftovers of dynalloc conversion. Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/joystick/grip_mp.c b/drivers/input/joystick/grip_mp.c index 51a912222e85..62438944a69a 100644 --- a/drivers/input/joystick/grip_mp.c +++ b/drivers/input/joystick/grip_mp.c @@ -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? */ }; /*