diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-12 21:46:53 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-12 21:46:53 +0300 |
commit | 1483c05c9f61e7ce44e8883d8e10d976867882fa (patch) | |
tree | 5a0cc952ba337914e57c2596065e22342419e523 /indra/newview/llfloaterprofile.h | |
parent | f42dba8d928da51ee93eae4e15b64280bfcf7ffd (diff) |
SL-15312 Legacy profiles remake #5
Mostly changes for notes tab and first life tab
Diffstat (limited to 'indra/newview/llfloaterprofile.h')
-rw-r--r-- | indra/newview/llfloaterprofile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfloaterprofile.h b/indra/newview/llfloaterprofile.h index 22ed47e54f..3026f174fb 100644 --- a/indra/newview/llfloaterprofile.h +++ b/indra/newview/llfloaterprofile.h @@ -47,10 +47,6 @@ public: void showClassified(const LLUUID& classified_id = LLUUID::null, bool edit = false); -protected: - void onOKBtn(); - void onCancelBtn(); - private: LLAvatarNameCache::callback_connection_t mNameCallbackConnection; void onAvatarNameCache(const LLUUID& agent_id, const LLAvatarName& av_name); |