summaryrefslogtreecommitdiff
path: root/indra/newview/tests/lllogininstance_test.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-06-19 15:11:13 -0400
committerprep <prep@lindenlab.com>2012-06-19 15:11:13 -0400
commitc06d46b56788cccc778682cbd7cc37cbbca7b7cc (patch)
tree72f4da2ec09b31aae338b866f69dd4ea34968fb1 /indra/newview/tests/lllogininstance_test.cpp
parent6711e6584aa0aa5f17f76a557524725857fbf2ba (diff)
parentda0b5fe998434a935027b5e7cca2b70b895f0673 (diff)
merge
Diffstat (limited to 'indra/newview/tests/lllogininstance_test.cpp')
-rw-r--r--indra/newview/tests/lllogininstance_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp
index 9e321db889..c9f49d9343 100644
--- a/indra/newview/tests/lllogininstance_test.cpp
+++ b/indra/newview/tests/lllogininstance_test.cpp
@@ -136,7 +136,7 @@ void LLGridManager::addSystemGrid(const std::string& label,
const std::string& login_id)
{
}
-std::map<std::string, std::string> LLGridManager::getKnownGrids(bool favorite_only)
+std::map<std::string, std::string> LLGridManager::getKnownGrids()
{
std::map<std::string, std::string> result;
return result;
@@ -151,8 +151,6 @@ bool LLGridManager::isInProductionGrid()
return false;
}
-void LLGridManager::saveFavorites()
-{}
std::string LLGridManager::getSLURLBase(const std::string& grid_name)
{
return "myslurl";