summaryrefslogtreecommitdiff
path: root/indra/newview/llnetmap.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-17 12:03:57 -0800
committerJames Cook <james@lindenlab.com>2009-11-17 12:03:57 -0800
commit6d6ee6af54cb1c1e1a73ae5697b5d9865e9dac42 (patch)
treee493dab172ce0ba6321b133fbb2a466e707cf3b4 /indra/newview/llnetmap.h
parent91b89383a8e3b3aa5cacf5b8c70b7f195dc84fcf (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.h3
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;
};