delete unused files
authorKevin Zhang <icestormf1@gmail.com>
Thu, 18 Feb 2016 21:59:13 +0000 (13:59 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Thu, 18 Feb 2016 21:59:13 +0000 (13:59 -0800)
src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmToBallIntakeHeight.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmUp.java [deleted file]

diff --git a/src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmToBallIntakeHeight.java b/src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmToBallIntakeHeight.java
deleted file mode 100644 (file)
index e618c8a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-package org.usfirst.frc.team3501.robot.commands.intakearm;
-
-public class MoveIntakeArmToBallIntakeHeight {
-
-}
diff --git a/src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmUp.java b/src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmUp.java
deleted file mode 100644 (file)
index c22bf82..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.usfirst.frc.team3501.robot.commands.intakearm;
-
-import edu.wpi.first.wpilibj.command.Command;
-
-public class MoveIntakeArmUp extends Command {
-
-  public MoveIntakeArmUp() {
-  }
-
-  @Override
-  protected void initialize() {
-  }
-
-  @Override
-  protected void execute() {
-  }
-
-  @Override
-  protected boolean isFinished() {
-    return false;
-  }
-
-  @Override
-  protected void end() {
-  }
-
-  @Override
-  protected void interrupted() {
-  }
-}