remove potentially unnecessary method
authorLogan Howard <logan@oflogan.com>
Sat, 18 Apr 2015 02:26:53 +0000 (19:26 -0700)
committerLogan Howard <logan@oflogan.com>
Sat, 18 Apr 2015 02:26:53 +0000 (19:26 -0700)
src/org/usfirst/frc/team3501/robot/Robot.java

index 67f54e14fcdf1ef00265ff0b25306c193670308e..b99f059d9aaa77085ca6381d27fd609061d0d9fb 100644 (file)
@@ -67,10 +67,6 @@ public class Robot extends IterativeRobot {
         LiveWindow.run();
     }
 
-    public void disabledInit() {
-        schedule(new TurnOffCompressor());
-    }
-
     private void chooseAuto() {
         autoChooser = new SendableChooser();