diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-04-24 02:24:42 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-04-24 02:24:42 +0300 |
commit | ba90f3a8e4afb5eb303dab5f590db713ff82ec0e (patch) | |
tree | 715fb1613676b6893bec2111cd14e3fcb938fdb8 /indra/newview/llpanelpeoplemenus.h | |
parent | 8a79174b0a7ef9eb3b6edde9fd8f9e4565b99ded (diff) |
SL-10994 Removed Facebook In-world Sharing
SL-11024 Fixed Twitter connect failure
Diffstat (limited to 'indra/newview/llpanelpeoplemenus.h')
-rw-r--r-- | indra/newview/llpanelpeoplemenus.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/newview/llpanelpeoplemenus.h b/indra/newview/llpanelpeoplemenus.h index 5ed20e0064..3bc1f8caf7 100644 --- a/indra/newview/llpanelpeoplemenus.h +++ b/indra/newview/llpanelpeoplemenus.h @@ -62,21 +62,8 @@ protected: /*virtual*/ void buildContextMenu(class LLMenuGL& menu, U32 flags); }; -/** - * Menu used in the suggested friends list. - */ -class SuggestedFriendsContextMenu : public PeopleContextMenu -{ -public: - /*virtual*/ LLContextMenu * createMenu(); - -protected: - /*virtual*/ void buildContextMenu(class LLMenuGL& menu, U32 flags); -}; - extern PeopleContextMenu gPeopleContextMenu; extern NearbyPeopleContextMenu gNearbyPeopleContextMenu; -extern SuggestedFriendsContextMenu gSuggestedFriendsContextMenu; } // namespace LLPanelPeopleMenus |