summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2017/Control.java
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-12 12:11:18 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-12 12:11:18 -0400
commit900d6d69c090492d0fb35410c36dcb9a24c74eea (patch)
treed19352cf3feb6ad29ec4177334f108ee1cbf0d86 /src/org/usfirst/frc/team4272/robot2017/Control.java
parent680a2292554f18f287859a5045e2921cb354ec44 (diff)
Remove dead (camera aiming) code.
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2017/Control.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2017/Control.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/org/usfirst/frc/team4272/robot2017/Control.java b/src/org/usfirst/frc/team4272/robot2017/Control.java
index 791cc65..c8561c0 100644
--- a/src/org/usfirst/frc/team4272/robot2017/Control.java
+++ b/src/org/usfirst/frc/team4272/robot2017/Control.java
@@ -4,8 +4,6 @@ package org.usfirst.frc.team4272.robot2017;
public class Control {
double lDrive = 0,
rDrive = 0,
- camRotate = 0,
- camTilt = 0,
climber = 0;
boolean highGear = false,
gedOut = false;