summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-11 16:46:07 -0800
committerJames Cook <james@lindenlab.com>2010-02-11 16:46:07 -0800
commit3581d0001e2506389f41ce46f5007cc6f40f2d6a (patch)
tree9c4f5773e0f77a7af192cf3ce9281cbfcfb767b4
parent4c4ba930029c34c6810c7e229b186e89b458053a (diff)
Fixed test build problem
-rw-r--r--indra/llui/tests/llurlentry_stub.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp
index 016969451e..1f8c4d2f22 100644
--- a/indra/llui/tests/llurlentry_stub.cpp
+++ b/indra/llui/tests/llurlentry_stub.cpp
@@ -43,12 +43,6 @@ BOOL LLCacheName::getFullName(const LLUUID& id, std::string& fullname)
return TRUE;
}
-bool LLCacheName::getDisplayName(const LLUUID& id, std::string& display_name)
-{
- display_name = "";
- return false;
-}
-
BOOL LLCacheName::getGroupName(const LLUUID& id, std::string& group)
{
group = "My Group";