diff options
Diffstat (limited to 'linden/indra/newview/llmanipscale.h')
-rw-r--r-- | linden/indra/newview/llmanipscale.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llmanipscale.h b/linden/indra/newview/llmanipscale.h index f3d0996..333cbd2 100644 --- a/linden/indra/newview/llmanipscale.h +++ b/linden/indra/newview/llmanipscale.h | |||
@@ -76,7 +76,6 @@ public: | |||
76 | virtual BOOL handleHover( S32 x, S32 y, MASK mask ); | 76 | virtual BOOL handleHover( S32 x, S32 y, MASK mask ); |
77 | virtual void render(); | 77 | virtual void render(); |
78 | virtual void handleSelect(); | 78 | virtual void handleSelect(); |
79 | virtual void handleDeselect(); | ||
80 | 79 | ||
81 | virtual BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); | 80 | virtual BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); |
82 | virtual void highlightManipulators(S32 x, S32 y); // decided which manipulator, if any, should be highlighted by mouse hover | 81 | virtual void highlightManipulators(S32 x, S32 y); // decided which manipulator, if any, should be highlighted by mouse hover |
@@ -140,7 +139,6 @@ private: | |||
140 | 139 | ||
141 | F32 mBoxHandleSize; // The size of the handles at the corners of the bounding box | 140 | F32 mBoxHandleSize; // The size of the handles at the corners of the bounding box |
142 | F32 mScaledBoxHandleSize; // handle size after scaling for selection feedback | 141 | F32 mScaledBoxHandleSize; // handle size after scaling for selection feedback |
143 | EManipPart mManipPart; | ||
144 | LLVector3d mDragStartPointGlobal; | 142 | LLVector3d mDragStartPointGlobal; |
145 | LLVector3d mDragStartCenterGlobal; // The center of the bounding box of all selected objects at time of drag start | 143 | LLVector3d mDragStartCenterGlobal; // The center of the bounding box of all selected objects at time of drag start |
146 | LLVector3d mDragPointGlobal; | 144 | LLVector3d mDragPointGlobal; |