From 0be35a9fdb7fced0787653cb6f4aa45c2bf20a50 Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 16 Dec 2009 16:03:37 -0800 Subject: Backed out changeset: f7fa81994ec8, 6611 (f7fa81994ec8) EXT-3522 Radio group layout not top-left based (was Sell Land floater missing sa --- indra/llui/llradiogroup.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/llui/llradiogroup.cpp') 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(item_params, this); mRadioButtons.push_back(item); } -- cgit v1.2.3