Pushed out drivetrain ratios from python.
Change-Id: Icfae095a57d7ba7cbb78cd9db3301359514af23f
diff --git a/y2016/constants.cc b/y2016/constants.cc
index f641e98..0785646 100644
--- a/y2016/constants.cc
+++ b/y2016/constants.cc
@@ -28,8 +28,7 @@
// ///// Mutual constants between robots. /////
const int Values::kZeroingSampleSize;
-constexpr double Values::kDrivetrainEncoderRatio, Values::kLowGearRatio,
- Values::kHighGearRatio, Values::kShooterEncoderRatio,
+constexpr double Values::kDrivetrainEncoderRatio, Values::kShooterEncoderRatio,
Values::kIntakeEncoderRatio, Values::kShoulderEncoderRatio,
Values::kWristEncoderRatio, Values::kIntakePotRatio,
Values::kShoulderPotRatio, Values::kWristPotRatio,