diff options
| author | Richard Linden <none@none> | 2012-04-05 16:10:07 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-04-05 16:10:07 -0700 |
| commit | 9626ab8fec34f73cd60822bd34376c1cb94e11d7 (patch) | |
| tree | 0b4feb7b49b9a3e3d9936faea0b03aaff1dcb578 /indra/newview/llviewermenu.cpp | |
| parent | c2afd200a0d55c5137de6f89200a8d4b09ba8b6e (diff) | |
CHUI-89 FIX Make nametags appear consistently next to avatar heads
nametags now track avatar head
avatar_skeleton now loaded as param block
vector3 param block parsing support
fixes for param block recursion
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
| -rw-r--r-- | indra/newview/llviewermenu.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 99540ccce9..ae32683c99 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -3190,15 +3190,6 @@ bool enable_freeze_eject(const LLSD& avatar_id) return new_value; } - -void login_done(S32 which, void *user) -{ - llinfos << "Login done " << which << llendl; - - LLPanelLogin::closePanel(); -} - - bool callback_leave_group(const LLSD& notification, const LLSD& response) { S32 option = LLNotificationsUtil::getSelectedOption(notification, response); |
