Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebbac7dd authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: grip_mp - kill commented out code



Kill leftovers of dynalloc conversion.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 736ce432
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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? */
};

/*