diff options
Diffstat (limited to 'indra/newview/llmaniprotate.h')
-rw-r--r-- | indra/newview/llmaniprotate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llmaniprotate.h b/indra/newview/llmaniprotate.h index 460bd3fcba..f5c815d537 100644 --- a/indra/newview/llmaniprotate.h +++ b/indra/newview/llmaniprotate.h @@ -64,7 +64,6 @@ public: virtual void render(); virtual void handleSelect(); - virtual void handleDeselect(); virtual BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); virtual void highlightManipulators(S32 x, S32 y); @@ -109,8 +108,6 @@ private: LLVector3 mCenterToProfilePlane; F32 mCenterToProfilePlaneMag; - EManipPart mManipPart; - BOOL mSendUpdateOnMouseUp; BOOL mSmoothRotate; |