Remove unused variables

This commit is contained in:
Ryan Pavlik
2012-06-28 17:09:15 -05:00
parent 1a948b0c47
commit ee82f27792
3 changed files with 0 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ static void classic_ctrl_pressed_buttons(struct classic_ctrl_t* cc, short now);
*/
#define HANDSHAKE_BYTES_USED 12
int classic_ctrl_handshake(struct wiimote_t* wm, struct classic_ctrl_t* cc, byte* data, unsigned short len) {
int i;
cc->btns = 0;
cc->btns_held = 0;