From df4c727ab249d50ee4a6ff8ad36dbc32e819d2e0 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Mon, 2 Feb 2015 17:37:32 +0000 Subject: [PATCH] Updated OI to remove unused vars --- OI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/OI.cpp b/OI.cpp index 1a16364..bf1225f 100644 --- a/OI.cpp +++ b/OI.cpp @@ -14,7 +14,6 @@ OI::OI() { rightStick=new Joystick(1); //TODO name these buttons to their functions rather to their number JoystickButton *left10=new JoystickButton(leftStick, 10); - JoystickButton *left11=new JoystickButton(leftStick, 11); JoystickButton *right1=new JoystickButton(rightStick, 1); JoystickButton *right2=new JoystickButton(rightStick, 2); JoystickButton *right3=new JoystickButton(rightStick, 3);