summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterprofile.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-06 22:16:39 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-06 22:16:39 +0300
commit8163eeb43bdfa806c306ba5caf2457c59efed2d4 (patch)
tree2867895d57a07c1f0299887cf1226dcec36b6798 /indra/newview/llfloaterprofile.cpp
parent8f6d149fadf635f6698e2e68aa4f48db13eff648 (diff)
SL-15312 Legacy profiles remake #1
Initial layout
Diffstat (limited to 'indra/newview/llfloaterprofile.cpp')
-rw-r--r--indra/newview/llfloaterprofile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterprofile.cpp b/indra/newview/llfloaterprofile.cpp
index f2863e1e27..0a775f217a 100644
--- a/indra/newview/llfloaterprofile.cpp
+++ b/indra/newview/llfloaterprofile.cpp
@@ -62,9 +62,6 @@ BOOL LLFloaterProfile::postBuild()
{
mPanelProfile = findChild<LLPanelProfile>(PANEL_PROFILE_VIEW);
- childSetAction("ok_btn", boost::bind(&LLFloaterProfile::onOKBtn, this));
- childSetAction("cancel_btn", boost::bind(&LLFloaterProfile::onCancelBtn, this));
-
return TRUE;
}