diff options
Diffstat (limited to 'indra/llui/llradiogroup.h')
-rw-r--r-- | indra/llui/llradiogroup.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llradiogroup.h b/indra/llui/llradiogroup.h index 3e01e8223c..b9e2167446 100644 --- a/indra/llui/llradiogroup.h +++ b/indra/llui/llradiogroup.h @@ -82,10 +82,8 @@ public: BOOL border = TRUE); virtual ~LLRadioGroup(); - virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_RADIO_GROUP; } - virtual LLString getWidgetTag() const { return LL_RADIO_GROUP_TAG; } - virtual BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); + virtual BOOL handleKeyHere(KEY key, MASK mask); virtual void setEnabled(BOOL enabled); virtual LLXMLNodePtr getXML(bool save_children = true) const; |