summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2010-05-27 10:30:40 +0300
committerPaul Guslisty <pguslisty@productengine.com>2010-05-27 10:30:40 +0300
commit46de549bfba0b95b068b617026e095404ccff2f6 (patch)
treebc216d25704f2adfd5d6a97507723fca60b8e886
parentc86816859b32f695cc0c8793b1be758eb004a629 (diff)
Fixed linux build
--HG-- branch : product-engine
-rw-r--r--indra/newview/llpanelgrouproles.cpp10
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;