summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2017/Control.java
diff options
context:
space:
mode:
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;