diff --git a/interface/src/avatar/Avatar.cpp b/interface/src/avatar/Avatar.cpp index bdab3420ed..8ad4a87aba 100755 --- a/interface/src/avatar/Avatar.cpp +++ b/interface/src/avatar/Avatar.cpp @@ -93,14 +93,12 @@ Avatar::Avatar(Node* owningNode) : _TEST_bigSphereRadius(0.5f), _TEST_bigSpherePosition(5.0f, _TEST_bigSphereRadius, 5.0f), _bodyYawDelta(0.0f), - // _bodyRollDelta(0.0f), _movedHandOffset(0.0f, 0.0f, 0.0f), _mode(AVATAR_MODE_STANDING), _velocity(0.0f, 0.0f, 0.0f), _thrust(0.0f, 0.0f, 0.0f), _speed(0.0f), _leanScale(0.5f), - _pelvisFloatingHeight(0.0f), _scale(1.0f), _worldUpDirection(DEFAULT_UP_DIRECTION),