summaryrefslogtreecommitdiff
path: root/indra/newview/llviewernetwork.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewernetwork.cpp')
-rw-r--r--indra/newview/llviewernetwork.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp
index b8c9594aa7..16ddc2f89c 100644
--- a/indra/newview/llviewernetwork.cpp
+++ b/indra/newview/llviewernetwork.cpp
@@ -629,18 +629,6 @@ bool LLGridManager::isInProductionGrid()
return mIsInProductionGrid;
}
-bool LLGridManager::isInSecondlife()
-{
- //return (isInSLMain() || isInSLBeta());
- return true;
-}
-
-bool LLGridManager::isInOpenSim()
-{
- // FIX THIS TO SUPPORT OPENSIM
- return false;
-}
-
bool LLGridManager::isSystemGrid(const std::string& grid)
{
std::string grid_name = getGrid(grid);