diff options
Diffstat (limited to 'indra/newview/llfollowcam.h')
-rw-r--r-- | indra/newview/llfollowcam.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfollowcam.h b/indra/newview/llfollowcam.h index ab8ffb1fa4..1c5eb79697 100644 --- a/indra/newview/llfollowcam.h +++ b/indra/newview/llfollowcam.h @@ -169,8 +169,6 @@ public: // protected members of FollowCam //------------------------------------------ protected: - F32 mPositionLagTimeScale; // derived from mPositionLag - F32 mFocusLagTimeScale; // derived from mFocusLag F32 mPitchCos; // derived from mPitch F32 mPitchSin; // derived from mPitch LLGlobalVec mSimulatedPositionGlobal; // where the camera is (global coordinates), simulated |