diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llmanipscale.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
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; |