diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-09-04 18:26:03 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-09-04 18:26:03 +0300 |
commit | 864d579e0cf114992f44a5c014debfaae8da756c (patch) | |
tree | d31cd4287747d837a534ed7e8ba57ae2bd40148f /indra/newview/llavatarrendernotifier.h | |
parent | b74a726732b15c5d7c93ca505be78abffbb4778f (diff) |
MAINT-5557 'complexity' change should hide 'over limit' part
Diffstat (limited to 'indra/newview/llavatarrendernotifier.h')
-rw-r--r-- | indra/newview/llavatarrendernotifier.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llavatarrendernotifier.h b/indra/newview/llavatarrendernotifier.h index 20fcc5d277..509bc64b20 100644 --- a/indra/newview/llavatarrendernotifier.h +++ b/indra/newview/llavatarrendernotifier.h @@ -43,7 +43,6 @@ public: void displayNotification(); bool isNotificationVisible(); - void updateNotification(); void updateNotificationRegion(U32 agentcount, U32 overLimit); void updateNotificationAgent(U32 agentComplexity); |