From c88e30736bc6e8e005bbe9d9edde34f31f5012ab Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Sat, 4 Jun 2022 23:33:18 +0300 Subject: SL-15312 Updated sl bio layout --- indra/newview/llpanelprofile.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'indra/newview/llpanelprofile.h') diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 5b30a6c536..19ce92a2d4 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -99,7 +99,6 @@ public: void onAvatarNameCache(const LLUUID& agent_id, const LLAvatarName& av_name); - void setNotesSnippet(std::string ¬es); void setProfileImageUploading(bool loading); void setProfileImageUploaded(const LLUUID &image_asset_id); @@ -119,11 +118,6 @@ protected: */ void processGroupProperties(const LLAvatarGroups* avatar_groups); - /** - * Processes notes related data received from server. - */ - void processNotesProperties(LLAvatarNotes* avatar_notes); - /** * Fills common for Avatar profile and My Profile fields. */ @@ -147,7 +141,7 @@ protected: /** * Fills user name, display name, age. */ - void fillNameAgeData(const LLAvatarName &av_name, const LLDate &born_on); + void fillAgeData(const LLDate &born_on); void onImageLoaded(BOOL success, LLViewerFetchedTexture *imagep); static void onImageLoaded(BOOL success, @@ -198,7 +192,6 @@ private: LLIconCtrl* mSecondLifePic; LLPanel* mSecondLifePicLayout; LLTextEditor* mDescriptionEdit; - LLTextEditor* mNotesSnippet; LLMenuButton* mAgentActionMenuButton; LLButton* mSaveDescriptionChanges; LLButton* mDiscardDescriptionChanges; @@ -216,7 +209,6 @@ private: bool mWaitingForImageUpload; bool mAllowPublish; std::string mDescriptionText; - LLDate mBornOn; boost::signals2::connection mAvatarNameCacheConnection; }; -- cgit v1.2.3