diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-05-27 10:30:40 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-05-27 10:30:40 +0300 |
commit | 46de549bfba0b95b068b617026e095404ccff2f6 (patch) | |
tree | bc216d25704f2adfd5d6a97507723fca60b8e886 | |
parent | c86816859b32f695cc0c8793b1be758eb004a629 (diff) |
Fixed linux build
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanelgrouproles.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llpanelgrouproles.cpp b/indra/newview/llpanelgrouproles.cpp index b4a18d8389..b356fe6bfd 100644 --- a/indra/newview/llpanelgrouproles.cpp +++ b/indra/newview/llpanelgrouproles.cpp @@ -2205,16 +2205,6 @@ void LLPanelGroupRolesSubTab::onPropertiesKey(LLLineEditor* ctrl, void* user_dat self->notifyObservers(); } -// static -void LLPanelGroupRolesSubTab::onDescriptionFocus(LLFocusableElement* ctrl, void* user_data) -{ - LLPanelGroupRolesSubTab* self = static_cast<LLPanelGroupRolesSubTab*>(user_data); - if (!self) return; - - self->mHasRoleChange = TRUE; - self->notifyObservers(); -} - void LLPanelGroupRolesSubTab::onDescriptionKeyStroke(LLTextEditor* caller) { mHasRoleChange = TRUE; |