diff options
| author | James Cook <james@lindenlab.com> | 2009-11-18 15:05:04 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-18 15:05:04 -0800 |
| commit | 81eca4a7823f7fa06327b8185b6603d1f3c9ac9a (patch) | |
| tree | 5ad68360af733175a3870e69fa6635d188c6499a /indra/newview/llnetmap.h | |
| parent | 5649faf6d9202ba0b631262eee669fba926f010b (diff) | |
| parent | a05f63b98912a5b6e7f4f3fa4fec1e57dc987a23 (diff) | |
merge
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; }; |
