From aa171578b7fb1d60463bc9532e3fcbc5b38f64f2 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 17 May 2016 14:58:14 -0700 Subject: [PATCH] remove cruft --- interface/src/avatar/MyAvatar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/avatar/MyAvatar.cpp b/interface/src/avatar/MyAvatar.cpp index 49c3ea5876..7d08367c8d 100644 --- a/interface/src/avatar/MyAvatar.cpp +++ b/interface/src/avatar/MyAvatar.cpp @@ -1174,7 +1174,6 @@ void MyAvatar::updateMotors() { } else { motorRotation = getOrientation(); } - //const float DEFAULT_MOTOR_TIMESCALE = 0.7f; const float DEFAULT_MOTOR_TIMESCALE = 0.2f; const float INVALID_MOTOR_TIMESCALE = 1.0e6f; if (_isPushing || _isBraking || !_isBeingPushed) {