diff options
author | Richard Linden <none@none> | 2011-02-28 17:38:35 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-28 17:38:35 -0800 |
commit | 903b3ab35d67eec1b780b0e9f7407f7c47544ea9 (patch) | |
tree | 34c13d5fb806410431973da638109e632abab54c /indra/newview/llfirstuse.cpp | |
parent | f9301bb10f8845db45e1f8b2098d072b8db4d90a (diff) |
SOCIAL-601 FIX avatar picker hint
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r-- | indra/newview/llfirstuse.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp index 4d252dc662..9391944d3f 100644 --- a/indra/newview/llfirstuse.cpp +++ b/indra/newview/llfirstuse.cpp @@ -104,13 +104,6 @@ void LLFirstUse::notUsingDestinationGuide(bool enable) firstUseNotification("FirstNotUseDestinationGuide", enable, "HintDestinationGuide", LLSD(), LLSD().with("target", "dest_guide_btn").with("direction", "top")); } -void LLFirstUse::notUsingAvatarPicker(bool enable) -{ - // not doing this yet - firstUseNotification("FirstNotUseAvatarPicker", enable, "HintAvatarPicker", LLSD(), LLSD().with("target", "avatar_picker_btn").with("direction", "top")); -} - - // static void LLFirstUse::notUsingSidePanel(bool enable) { |