diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-25 13:11:19 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-25 13:11:19 +0200 |
commit | 149c56ae429b0dc8ebf349027fe855066b3447f7 (patch) | |
tree | 4328182abb15bd841888b5cb90b6dc43b5e98ad8 /indra/newview/llpanelavatar.h | |
parent | 74b3c9e0e5cbcb2c34ae0f8dd2d0186826a227da (diff) |
Related to normal bug EXT-3880 ( [BSI] functionality loss - online status in profile)
-- removed logic to process online status (LLPanelAvatarProfile::fillOnlineStatus) for non-existent view (name="online_status") on profile page
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r-- | indra/newview/llpanelavatar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h index 1174c72d60..ce59f1e93d 100644 --- a/indra/newview/llpanelavatar.h +++ b/indra/newview/llpanelavatar.h @@ -178,11 +178,6 @@ protected: virtual void fillPartnerData(const LLAvatarData* avatar_data); /** - * Fills Avatar's online status. - */ - virtual void fillOnlineStatus(const LLAvatarData* avatar_data); - - /** * Fills account status. */ virtual void fillAccountStatus(const LLAvatarData* avatar_data); |