diff options
| author | James Cook <james@lindenlab.com> | 2009-11-17 12:03:57 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-17 12:03:57 -0800 |
| commit | 6d6ee6af54cb1c1e1a73ae5697b5d9865e9dac42 (patch) | |
| tree | e493dab172ce0ba6321b133fbb2a466e707cf3b4 /indra/newview/llnetmap.h | |
| parent | 91b89383a8e3b3aa5cacf5b8c70b7f195dc84fcf (diff) | |
EXT-2226 Add "Rotate Mini Map" toggle to mini-map context menu
Reviewed with Kelly
Diffstat (limited to 'indra/newview/llnetmap.h')
| -rw-r--r-- | indra/newview/llnetmap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h index 7088ab3e70..3d7f3233ac 100644 --- a/indra/newview/llnetmap.h +++ b/indra/newview/llnetmap.h @@ -80,9 +80,7 @@ public: /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); void setScale( F32 scale ); - void setRotateMap( BOOL b ) { mRotateMap = b; } void setToolTipMsg(const std::string& msg) { mToolTipMsg = msg; } - BOOL getRotateMap( ) { return mRotateMap; } void renderScaledPointGlobal( const LLVector3d& pos, const LLColor4U &color, F32 radius ); private: @@ -122,7 +120,6 @@ private: LLUUID mClosestAgentToCursor; LLUUID mClosestAgentAtLastRightClick; - BOOL mRotateMap; std::string mToolTipMsg; }; |
