Removed redundant turn_width.

Change-Id: I68d70930c3d25afa05d00e381b73cd34bdfe6f33
diff --git a/y2016/constants.cc b/y2016/constants.cc
index 8af39a1..f641e98 100644
--- a/y2016/constants.cc
+++ b/y2016/constants.cc
@@ -29,7 +29,7 @@
 const int Values::kZeroingSampleSize;
 
 constexpr double Values::kDrivetrainEncoderRatio, Values::kLowGearRatio,
-    Values::kHighGearRatio, Values::kTurnWidth, Values::kShooterEncoderRatio,
+    Values::kHighGearRatio, Values::kShooterEncoderRatio,
     Values::kIntakeEncoderRatio, Values::kShoulderEncoderRatio,
     Values::kWristEncoderRatio, Values::kIntakePotRatio,
     Values::kShoulderPotRatio, Values::kWristPotRatio,