delete files because not needed with task requirements anymore
authorLauren Meier <meier.lauren@gmail.com>
Wed, 10 Feb 2016 04:07:54 +0000 (20:07 -0800)
committerLauren Meier <meier.lauren@gmail.com>
Sat, 13 Feb 2016 22:43:23 +0000 (14:43 -0800)
src/org/usfirst/frc/team3501/robot/commands/MoveIntakeArmDown.java [deleted file]

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