Remove deprecated Joystick constants (#1715)

This commit is contained in:
Tyler Veness
2019-06-26 14:17:11 -07:00
committed by Peter Johnson
parent c08fd6682f
commit 311e2de4c1
2 changed files with 0 additions and 22 deletions

View File

@@ -24,17 +24,6 @@ public class Joystick extends GenericHID {
static final byte kDefaultTwistChannel = 2;
static final byte kDefaultThrottleChannel = 3;
@Deprecated
static final byte kDefaultXAxis = 0;
@Deprecated
static final byte kDefaultYAxis = 1;
@Deprecated
static final byte kDefaultZAxis = 2;
@Deprecated
static final byte kDefaultTwistAxis = 2;
@Deprecated
static final byte kDefaultThrottleAxis = 3;
/**
* Represents an analog axis on a joystick.
*/