summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2016/Robot.java
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-16 14:57:19 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-16 14:57:19 -0500
commit43771f1f16c8368fde4267ed64c4568dc620ad61 (patch)
tree1063e3250307a3b82a48493f28c82a1d0cf9614e /src/org/usfirst/frc/team4272/robot2016/Robot.java
parentd6ae4ecb7fd4308248c586f5982b8a417805b69a (diff)
new robot
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2016/Robot.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2016/Robot.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/org/usfirst/frc/team4272/robot2016/Robot.java b/src/org/usfirst/frc/team4272/robot2016/Robot.java
index 0c2a98e..c9ad4c5 100644
--- a/src/org/usfirst/frc/team4272/robot2016/Robot.java
+++ b/src/org/usfirst/frc/team4272/robot2016/Robot.java
@@ -1,8 +1,6 @@
package org.usfirst.frc.team4272.robot2016;
-
-import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.IterativeRobot;
/**
@@ -15,7 +13,6 @@ import edu.wpi.first.wpilibj.IterativeRobot;
public class Robot extends IterativeRobot {
private final HwRobot robot = new HwRobot();
private final HwOI oi = new HwOI();
- private final DriverStation ds = DriverStation.getInstance();
private final Control control = new Control();
private Autonomous auto;