fix bugs
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 20282740a75198a70f6551e0cdf421a661eed187..c2fbf7b121dc7e831d783cf066980d32eb0d4f05 100644 (file)
@@ -57,15 +57,11 @@ public class Constants {
     public static final int ENCODER_RIGHT_B = 3;
 
     public static final SPI.Port GYRO_PORT = SPI.Port.kOnboardCS0;
-
-    public final static int TRIGGER_DRIVE_PORT = 0;
   }
 
   public static class Intake {
     public static final int INTAKE_ROLLER_PORT = 8;
 
-    public final static int HOLD_INTAKE_PORT = 0;
-
   }
 
   public static enum Direction {