diff options
author | richard <none@none> | 2009-12-15 14:21:04 -0800 |
---|---|---|
committer | richard <none@none> | 2009-12-15 14:21:04 -0800 |
commit | 699e2e027bf241af6c0dec5a03a51422911b4e0f (patch) | |
tree | 5ea83cb688a362ddb3075b9f6b45d22748f8e558 /indra/newview/llfloatertools.h | |
parent | 6d36fad38a15dcf1e39dab930a1c5ce5c1b7b5c3 (diff) |
added "value" attribute to radio_items to better support arbitrary data selection
moved LLRadioCtrl to internal implementation of LLRadioGroup
reviewed by Leyla
Diffstat (limited to 'indra/newview/llfloatertools.h')
-rw-r--r-- | indra/newview/llfloatertools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.h b/indra/newview/llfloatertools.h index 05a88a31d3..2ec7ec46af 100644 --- a/indra/newview/llfloatertools.h +++ b/indra/newview/llfloatertools.h @@ -46,7 +46,6 @@ class LLPanelVolume; class LLPanelContents; class LLPanelFace; class LLPanelLandInfo; -class LLRadioCtrl; class LLRadioGroup; class LLSlider; class LLTabContainer; |