Add buttons to OI class
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Robot.java
index 00ad1cb9d8f13168f8c5668f155c113f2bdbb09f..451d339ae849cb997e333c66564761b50fea6d58 100644 (file)
@@ -11,7 +11,6 @@ public class Robot extends IterativeRobot {
   private static DriveTrain driveTrain;
   private static Shooter shooter;
   private static OI oi;
-  private static Shooter shooter;
 
   @Override
   public void robotInit() {