diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-05 11:49:12 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-05 11:49:12 -0700 |
commit | fb7af4d0010f9d14cb5464bed83d9e022dbe0d1a (patch) | |
tree | 06ad01cfdcb57366bcee48cdb0811f6982417d11 /indra/newview/llfloatermap.h | |
parent | 3b3a13707309eb4b7d6ed5d309081c99e5f28eca (diff) | |
parent | 5d08d1e3bd2de3e0e66ef836ada714fce98733b4 (diff) |
EXP-1202 : pull from richard/viewer-experience-fui
Diffstat (limited to 'indra/newview/llfloatermap.h')
-rw-r--r-- | indra/newview/llfloatermap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloatermap.h b/indra/newview/llfloatermap.h index 5cf66a594b..8a1b965e62 100644 --- a/indra/newview/llfloatermap.h +++ b/indra/newview/llfloatermap.h @@ -45,18 +45,12 @@ public: /*virtual*/ BOOL handleDoubleClick( S32 x, S32 y, MASK mask ); /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); /*virtual*/ void draw(); - /*virtual*/ void onFocusLost(); - /*virtual*/ void onFocusReceived(); - /*virtual*/ void setMinimized(BOOL b); - private: void handleZoom(const LLSD& userdata); void setDirectionPos( LLTextBox* text_box, F32 rotation ); void updateMinorDirections(); - void stretchMiniMap(S32 width,S32 height); - LLTextBox* mTextBoxEast; LLTextBox* mTextBoxNorth; LLTextBox* mTextBoxWest; |