From: Logan Howard Date: Sat, 18 Apr 2015 02:26:53 +0000 (-0700) Subject: remove potentially unnecessary method X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F3501-spark-go;a=commitdiff_plain;h=7f5908bed5e4b04836fdc27fa1d1ca0334a7468a remove potentially unnecessary method --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 67f54e1..b99f059 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -67,10 +67,6 @@ public class Robot extends IterativeRobot { LiveWindow.run(); } - public void disabledInit() { - schedule(new TurnOffCompressor()); - } - private void chooseAuto() { autoChooser = new SendableChooser();