summaryrefslogtreecommitdiff
path: root/indra/llmessage/llavatarnamecache.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-12 18:35:43 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-12 19:40:22 +0300
commit0a2b748705c6e74eaff814d48b8b110c1364b45f (patch)
treed4408592bc4559147e45bd29a662d6927370f8ce /indra/llmessage/llavatarnamecache.h
parent1edd38e742b571064c4acece8f29daf25a5e69bb (diff)
SL-14078 No point in verifying display name cap each frame #2
Diffstat (limited to 'indra/llmessage/llavatarnamecache.h')
-rw-r--r--indra/llmessage/llavatarnamecache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmessage/llavatarnamecache.h b/indra/llmessage/llavatarnamecache.h
index 04400490c7..549d1703fa 100644
--- a/indra/llmessage/llavatarnamecache.h
+++ b/indra/llmessage/llavatarnamecache.h
@@ -62,8 +62,6 @@ public:
// cache. Called once per frame.
void idle();
- static bool hasWork();
-
// If name is in cache, returns true and fills in provided LLAvatarName
// otherwise returns false.
static bool get(const LLUUID& agent_id, LLAvatarName *av_name);