summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-04 23:33:18 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-04 23:33:18 +0300
commitc88e30736bc6e8e005bbe9d9edde34f31f5012ab (patch)
treeb3e0afc9b2afe4621082af6a4f05d78ba4ab2019 /indra/newview/llpanelprofile.h
parent4f92a3222efac36b2355550ed55ca0a2fcb9591d (diff)
SL-15312 Updated sl bio layout
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r--indra/newview/llpanelprofile.h10
1 files changed, 1 insertions, 9 deletions
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 &notes);
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;
};