瀏覽代碼

Input: grip_mp - kill commented out code

Kill leftovers of dynalloc conversion.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Dmitry Torokhov 19 年之前
父節點
當前提交
ebbac7dde2
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      drivers/input/joystick/grip_mp.c

+ 0 - 9
drivers/input/joystick/grip_mp.c

@@ -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? */
 };
 };
 
 
 /*
 /*