X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FOI.java;h=fdb91263fd289b31569a5b0f69285aed64803b7e;hb=f8bfcc62a43e76e355b581152ef9710c2fb8cd58;hp=b59fe49023cba03f405498d68fab552bec7eb42f;hpb=571a0e2a38e69a5f69c0a725d1da6600e67e9afb;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/OI.java b/src/org/usfirst/frc/team3501/robot/OI.java index b59fe490..fdb91263 100644 --- a/src/org/usfirst/frc/team3501/robot/OI.java +++ b/src/org/usfirst/frc/team3501/robot/OI.java @@ -6,8 +6,6 @@ import org.usfirst.frc.team3501.robot.commands.driving.ToggleFront; import org.usfirst.frc.team3501.robot.commands.intakearm.RunIntake; import org.usfirst.frc.team3501.robot.commands.intakearm.StopIntake; import org.usfirst.frc.team3501.robot.commands.shooter.Shoot; -import org.usfirst.frc.team3501.robot.subsystems.IntakeArm; - import edu.wpi.first.wpilibj.Joystick; import edu.wpi.first.wpilibj.buttons.Button;