summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterprofile.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-12 21:46:53 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-12 21:46:53 +0300
commit1483c05c9f61e7ce44e8883d8e10d976867882fa (patch)
tree5a0cc952ba337914e57c2596065e22342419e523 /indra/newview/llfloaterprofile.cpp
parentf42dba8d928da51ee93eae4e15b64280bfcf7ffd (diff)
SL-15312 Legacy profiles remake #5
Mostly changes for notes tab and first life tab
Diffstat (limited to 'indra/newview/llfloaterprofile.cpp')
-rw-r--r--indra/newview/llfloaterprofile.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/llfloaterprofile.cpp b/indra/newview/llfloaterprofile.cpp
index 0a775f217a..b259bd28f5 100644
--- a/indra/newview/llfloaterprofile.cpp
+++ b/indra/newview/llfloaterprofile.cpp
@@ -80,17 +80,6 @@ void LLFloaterProfile::showClassified(const LLUUID& classified_id, bool edit)
mPanelProfile->showClassified(classified_id, edit);
}
-void LLFloaterProfile::onOKBtn()
-{
- mPanelProfile->apply();
- closeFloater();
-}
-
-void LLFloaterProfile::onCancelBtn()
-{
- closeFloater();
-}
-
void LLFloaterProfile::onAvatarNameCache(const LLUUID& agent_id, const LLAvatarName& av_name)
{
mNameCallbackConnection.disconnect();