remove CANTalon getter methods
authorCindy Zhang <cindyzyx9@gmail.com>
Fri, 20 Jan 2017 03:28:39 +0000 (19:28 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Fri, 20 Jan 2017 03:28:39 +0000 (19:28 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java

index 029d8259047e753dda3abce64f21e5f7c88b181b..364340e106f2901ab65720f71d0f402df0aa950d 100644 (file)
@@ -80,22 +80,6 @@ public class DriveTrain extends Subsystem {
     return frontLeft.get();
   }
 
-  public CANTalon getFrontLeft() {
-    return frontLeft;
-  }
-
-  public CANTalon getFrontRight() {
-    return frontRight;
-  }
-
-  public CANTalon getRearLeft() {
-    return rearLeft;
-  }
-
-  public CANTalon getRearRight() {
-    return rearRight;
-  }
-
   // ENCODER METHODS
 
   public double getLeftEncoderDistance() {