summaryrefslogtreecommitdiff
path: root/indra/llui/llradiogroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llradiogroup.h')
-rw-r--r--indra/llui/llradiogroup.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/indra/llui/llradiogroup.h b/indra/llui/llradiogroup.h
index 914548b6aa..1e9b5115f8 100644
--- a/indra/llui/llradiogroup.h
+++ b/indra/llui/llradiogroup.h
@@ -47,18 +47,7 @@ class LLRadioCtrl : public LLCheckBoxCtrl
{
public:
struct Params : public LLInitParam::Block<Params, LLCheckBoxCtrl::Params>
- {
- Ignored length;
- Ignored type;
-
- Params()
- : length("length"),
- type("type")
- {
- // radio items are not tabbable until they are selected
- tab_stop = false;
- }
- };
+ {};
/*virtual*/ ~LLRadioCtrl();
/*virtual*/ void setValue(const LLSD& value);