summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-16 16:03:42 -0800
committerJames Cook <james@lindenlab.com>2009-12-16 16:03:42 -0800
commit699d038af4edf9e854525ea380905737b645ebfc (patch)
treeb03b24b2e319f3e61ff27383050782b9c805ded0
parenta074b000f8c03566c580758090abb0e959e55d4b (diff)
parent0be35a9fdb7fced0787653cb6f4aa45c2bf20a50 (diff)
Merge
-rw-r--r--indra/llui/llradiogroup.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/llradiogroup.cpp b/indra/llui/llradiogroup.cpp
index 366290fd70..74e30cd633 100644
--- a/indra/llui/llradiogroup.cpp
+++ b/indra/llui/llradiogroup.cpp
@@ -116,10 +116,6 @@ void LLRadioGroup::initFromParams(const Params& p)
item_params.commit_callback.function = boost::bind(&LLRadioGroup::onClickButton, this, _1);
item_params.from_xui = p.from_xui;
- // *HACK: Because we are explicitly building our own children,
- // need to fix-up layout for topleft
- LLRadioCtrl::setupParams(item_params, this);
-
LLRadioCtrl* item = LLUICtrlFactory::create<LLRadioCtrl>(item_params, this);
mRadioButtons.push_back(item);
}