From 1483c05c9f61e7ce44e8883d8e10d976867882fa Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 12 Apr 2022 21:46:53 +0300 Subject: SL-15312 Legacy profiles remake #5 Mostly changes for notes tab and first life tab --- indra/newview/llfloaterprofile.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'indra/newview/llfloaterprofile.cpp') 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(); -- cgit v1.2.3