Skip to content

Commit b0c6a03

Browse files
committed
Remove old declarations no longer applicable
1 parent e5d5b3d commit b0c6a03

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/org/mayheminc/robot2020/subsystems/Targeting.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ public class Targeting extends SubsystemBase {
5858
private double m_tilt = 0.0;
5959
private double m_area = 0.0;
6060

61-
public enum TargetPosition {
62-
LEFT_MOST, CENTER_MOST, RIGHT_MOST, CENTER_OF_RIGHT_CARGO_SHIP, CENTER_OF_LEFT_CARGO_SHIP
63-
};
64-
65-
public enum TargetHeight {
66-
CARGO, HATCH
67-
};
68-
6961
@Override
7062
public void periodic() {
7163
update();

0 commit comments

Comments
 (0)