diff options
author | McCabe Maxsted | 2009-09-15 23:44:25 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-15 23:44:25 -0700 |
commit | b86a81bb6a425234238770c7ff997e92b94777f1 (patch) | |
tree | 66c192d887c4a6e521bf4dd617a3e28603e912e3 /linden/indra/newview/llfloatermap.h | |
parent | Added tabs to mini-map radar (diff) | |
download | meta-impy-b86a81bb6a425234238770c7ff997e92b94777f1.zip meta-impy-b86a81bb6a425234238770c7ff997e92b94777f1.tar.gz meta-impy-b86a81bb6a425234238770c7ff997e92b94777f1.tar.bz2 meta-impy-b86a81bb6a425234238770c7ff997e92b94777f1.tar.xz |
Some code cleanup
Diffstat (limited to 'linden/indra/newview/llfloatermap.h')
-rw-r--r-- | linden/indra/newview/llfloatermap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatermap.h b/linden/indra/newview/llfloatermap.h index 0fff8a3..09fce01 100644 --- a/linden/indra/newview/llfloatermap.h +++ b/linden/indra/newview/llfloatermap.h | |||
@@ -48,7 +48,7 @@ public: | |||
48 | static void* createPanelMiniMap(void* data); | 48 | static void* createPanelMiniMap(void* data); |
49 | 49 | ||
50 | static void updateRadar(); | 50 | static void updateRadar(); |
51 | static BOOL isSelected(LLUUID agent); | 51 | static LLUUID getSelected(); |
52 | 52 | ||
53 | BOOL postBuild(); | 53 | BOOL postBuild(); |
54 | 54 | ||
@@ -69,7 +69,6 @@ private: | |||
69 | LLUUID mSelectedAvatar; | 69 | LLUUID mSelectedAvatar; |
70 | std::map<LLUUID, LLVector3d> mAvatars; | 70 | std::map<LLUUID, LLVector3d> mAvatars; |
71 | bool mUpdate; | 71 | bool mUpdate; |
72 | static LLFloaterMap* sInstance; | ||
73 | 72 | ||
74 | static void onList(LLUICtrl* ctrl, void* user_data); | 73 | static void onList(LLUICtrl* ctrl, void* user_data); |
75 | static void onRangeChange(LLFocusableElement* focus, void* user_data); | 74 | static void onRangeChange(LLFocusableElement* focus, void* user_data); |