diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-07 00:10:50 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-07 00:10:50 -0800 |
commit | bb322a1cccd3fab28951ad4e11b5edcfc4e48140 (patch) | |
tree | fc6ac102b42ea1fd40c0be8e849acedfe4ad1367 /indra/llui/tests | |
parent | 42a60e6ca5f4179738fa9a7376d1e842bc058ac4 (diff) |
CHUI-580 : Fixed : Clean up the use of display name. Allow the use of the legacy protocol in settings.xml
Diffstat (limited to 'indra/llui/tests')
-rw-r--r-- | indra/llui/tests/llurlentry_stub.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp index f8797fd257..5d3f9ac327 100644 --- a/indra/llui/tests/llurlentry_stub.cpp +++ b/indra/llui/tests/llurlentry_stub.cpp @@ -46,11 +46,6 @@ LLAvatarNameCache::callback_connection_t LLAvatarNameCache::get(const LLUUID& ag return connection; } -bool LLAvatarNameCache::useDisplayNames() -{ - return false; -} - // // Stub implementation for LLCacheName // |